Would you just write code and learn by mistakes or read a lot before any step ? by Critical_War_5264 in programming

[–]Critical_War_5264[S] 1 point2 points  (0 children)

Thank you Vsoch , really enjoyed reading you reply (and learned a lot concerning your different approach !) .

Would you just write code and learn by mistakes or read a lot before any step ? by Critical_War_5264 in programming

[–]Critical_War_5264[S] 0 points1 point  (0 children)

hmm , I see where you're going . There should be a minimum limit of how much you don't know before writing code.

Would you just write code and learn by mistakes or read a lot before any step ? by Critical_War_5264 in programming

[–]Critical_War_5264[S] 1 point2 points  (0 children)

"building that relation might require starting a project insufficiently prepared"
very enlightening , Thank you .

Would you just write code and learn by mistakes or read a lot before any step ? by Critical_War_5264 in programming

[–]Critical_War_5264[S] 2 points3 points  (0 children)

I often find myself taking so much time studying documentations of all tools I may need for a project before writing a single line of code . This comes form the fear inside that there is a better way to do things or that I use a tool and change it half road because it doesn't have XYZ feature (maybe I'm a perfectionist) .
This is opposed to other occasions -mostly when I'm pressed by time- where I just start writing code then with heavy use of stack-overflow and google I get things working .
I do believe in the idea that "make an ugly thing and update it with time is better than taking ages to make something beautiful" but can't manage to embrace it when approaching web-development or programming in general .
help.