Login Register


Your Programming Mindset filter_list
Author
Message
Your Programming Mindset #1
Was wondering, my usually way of coding something is to start writing code right off the bat and building on it all from there, adding classes and methods as needed.

Does anyone structure their code ahead of time before writing the logic/methods for it? I find it a lot harder to think in psuedocode than in actual code.

Reply

RE: Your Programming Mindset #2
My way of doing it is:
Opening up a notepad, write down what the program needs to do, maybe even think about class names already. Then working on everything step by step.
Example:
Login Checker
- Get Proxies from txt
- Connect with Proxie to page
... etc etc

So yeah I kinda organize everything beforehand
[Image: i446OyG.png]

Reply

RE: Your Programming Mindset #3
(08-18-2019, 04:34 PM)Leviathan Wrote: My way of doing it is:
Opening up a notepad, write down what the program needs to do, maybe even think about class names already. Then working on everything step by step.
Example:
Login Checker
- Get Proxies from txt
- Connect with Proxie to page
... etc etc

So yeah I kinda organize everything beforehand

^^^ I would do pretty much the same. However, I will continually add/remove things to the scheme as new feature ideas come to mind or as I find easier ways of doing things.
[Image: iQDVDdD.gif]

Reply

RE: Your Programming Mindset #4
(08-18-2019, 04:43 PM)Cr3aTor Wrote:
(08-18-2019, 04:34 PM)Leviathan Wrote: My way of doing it is:
Opening up a notepad, write down what the program needs to do, maybe even think about class names already. Then working on everything step by step.
Example:
Login Checker
- Get Proxies from txt
- Connect with Proxie to page
... etc etc

So yeah I kinda organize everything beforehand

^^^ I would do pretty much the same. However, I will continually add/remove things to the scheme as new feature ideas come to mind or as I find easier ways of doing things.

Oh yeah that's what I do as well but I mostly just note down the core things and then add features to that later on as soon as the core is done
[Image: i446OyG.png]

Reply







Users browsing this thread: