+ 3
Coding at a higher level?
How do you create complex code which can do magnificent things? Where do you learn about how to make them? What can I do to be able to write more complex programs?
4 Réponses
+ 9
I plan on paper first. decide what I want the program to do first. break each task down then research the best way to go about each usually using the internet or forums like this one ☺
+ 7
Starting to build little and simple code, adding to it some functionnalities... at this time, normally the code has already grown more than expected ^^ If the project can grow again, adding new functionnalities and so on until the project was too complex ( depending on skill level ) :P
+ 6
well you start small and slowly increase the complexity of your projects. This way you will eventually get there.
Setting of thinking you will build new facebook out of nowhere is unrealistic and probably will result in a failure
0
It depends on what kind of programs you want to write. If you are trying to do some web development programs I would start off with html, then php and mySQL.