d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Soo... > Advice- Learning Programming On Your Own
Add Reply New Topic New Poll
Member
Posts: 24,396
Joined: Oct 21 2007
Gold: 0.38
Oct 27 2012 04:53pm
I'm going to school for programming, still fairly new (took a couple java courses and now taking C++). However, every time I take a programming course there's at least 1 person who just really understands it in on a different level (I think of it like programming street-smarts), always because they learned it off the internet.

I was hoping for some suggestions on this (particularly for C++ or C#). Should I just jump into and frequent some programming forums, or watch every youtube vid, or what? I'd love to really understand programming but right now I feel limited with only my programming "book-smarts".

Thanks! :LOVE:
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 27 2012 05:22pm
by "book smarts" i assume that means you can explain keywords/syntax (eg: static vs nonstatic) but you're not really sure when to use em?

i recommend working on your own independent projects, and keep it under source control. first create your design and save it. when you think the coding is done, create a new branch and add more features. repeat. when you have your final product, compare it to your original design and see how it changed.

eg: suppose you wanna make an app to help track calories you take in. first write your design. use diagrams. then start coding. dunno what your experience is, so maybe it's just all done in memory. then maybe later you change it to save on disk via text files. then later move to a database. then later move to a web app. each time, see how difficult it was to make changes and how your design changed.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll