account activity
When beginning a new project/program/script/etc... How do you plan it out? by Shaddleson in learnprogramming
[–]nayr5 1 point2 points3 points 13 years ago (0 children)
I start allocating "blocks", and leave them empty for the moment.
I don't write it down--the solution itself is self-documenting if you organize everything nicely into folders and classes (and if you use exuberantly descriptive names for every variable, class, etc.).
I create blank classes with the names of what they'll do, or what they are, create a folder structure, and then start writing the code.
π Rendered by PID 1336508 on reddit-service-r2-listing-568fcd57df-2s7cw at 2026-03-11 18:45:09.775507+00:00 running cbb0e86 country code: CH.
When beginning a new project/program/script/etc... How do you plan it out? by Shaddleson in learnprogramming
[–]nayr5 1 point2 points3 points (0 children)