in reply to Which language would be most helpful?

You might want to have a look at this thread as well since it deals with a similar topic.

This was my opinion at the time, and I stick with it where algorithms & data structures are concerned. The patterns and XP stuff is probably too advanced for now.

Just my 2 cents, -gjb-

  • Comment on Re: Which language would be most helpful?

Replies are listed 'Best First'.
Re: Re: Which language would be most helpful?
by mrpilot (Curate) on Feb 02, 2003 at 22:46 UTC
    Well, I am currently taking a (required) class called "Intro to Program Design", in it we are currently learning now to properly design programs, by first making flowcharts, psuedocode, etc. And making sure that your code is properly indented, logical, and readable. (I'm not sure if that's what you meant...but...) And thanks for the link to the other thread, I'll give it a good read.

    -MrPilot