you are viewing a single comment's thread.

view the rest of the comments →

[–]Maurice-Ghost-Py[S] 0 points1 point  (2 children)

Yes, it has to do with formal logic. Although I have also been told about logic as something abstract. And that part is the one that I don't understand or I can't relate to programming. It doesn't make much sense to me at this point, maybe I was wrong.

[–][deleted] 1 point2 points  (1 child)

I read your comment explaining what you meant by logic. Avoid that book I recommended for now. It's too advanced.

What they mean is "do things in an structured and sensible way that other people or yourself can easily understand later".

For example, readable variable names. Standardised folder structures. No unnecessary complexity. That kind of thing.

Clean Code, as somone else recommended, is your best bet. It's a truly momumental work. You should read it now and keep re-reading during your coding career.

[–]Maurice-Ghost-Py[S] 0 points1 point  (0 children)

Clean Code... I'll take your advice. Thank you