Page 2 of 2

Re: Programming from scratch?

Posted: Tue Sep 22, 2009 10:48 am
by avansc
its kinda like making food from a recipe, the more you make it and follow the recipe exactly the sooner you wont even need it.
but dont try and be a programmer that does not need to look things up. always have a <programming language name> desk reference, well on your desk or in arms reach.

programming constructs are pretty much the same all over. separated of course but the different abstraction layers, but the only thing that changes is syntax for the most part, and there is no real reason to focus on the syntax rather than the constructs.

hope that helped a little.

Re: Programming from scratch?

Posted: Tue Sep 22, 2009 11:00 am
by hurstshifter
avansc wrote: but dont try and be a programmer that does not need to look things up. always have a <programming language name> desk reference, well on your desk or in arms reach.
Probably the best point made yet.

Learning as much as you can about the language will help you to finish projects faster, create more impressive/efficient software, and understand the overall structure/design of your program better; but never think that you will ever be too good to use a book/internet reference. Programming isn't like painting in that a good freehand drawing will be better than one that was traced--a program written from memory and a program that was written with the assistance of a textbook will be no different (assuming the code matches of course). Always keep reading and learning as much as you can.

Re: Programming from scratch?

Posted: Tue Sep 22, 2009 7:38 pm
by fingerfry
avansc wrote:its kinda like making food from a recipe, the more you make it and follow the recipe exactly the sooner you wont even need it.
That was a really good analogy :)

Re: Programming from scratch?

Posted: Thu Sep 24, 2009 10:50 am
by MarauderIIC
avansc wrote:always have a <programming language name> desk reference, well on your desk or in arms reach.
Or put a C++ internet reference on your search bar.