+ 1
How do you START a new code?
coding
3 Answers
+ 2
Depending on the size of the project, Iāll devise a plan based on what my program needs to accomplish and how I should organize it, then Iāll typically write a skeleton (pseudocode, empty classes/methods and un-assigned variables) then fill in the blanks and adjust accordingly. If its something small and simple and I dont really care about it, then well I just start typing and see what happens lol
+ 2
I start with pseudo code
+ 2
Open up code playground.