Coding Language which to choose for backwards person

Soldato
Joined
9 Dec 2006
Posts
9,289
Location
@ManCave
Hey,

I wish to learn a programming language which can aid me in my work biased environment.
I'm thinking of C/C++/C#.

i would like to link to other in house programs we use at work which are written in C & Visual basics.NET

However when i learnt Visual Basics a long time ago i found it easier to work backwards with my coding,
as follows: UI,layout,Code

Can they all use this approach?
 
Understand your workflow and domain model before you start drafting up your UI and/or layout. You will only create much, much more work for yourself if you don't.

Plus your apps will be hideous to maintain if you are developing with UI first.
 
Back
Top Bottom