+ 3
how to clean coding?
coding alignments after completed projects? pls explain step by step
3 Respostas
+ 2
This isn't an end all sort of answer but some things to keep in mind that help..
-- Use meaningful and concise names for variables and functions.
-- Follow a consistent format of indentation and or blank lines.
-- Avoid over modularization of components, in other words don't make classes/functions that aren't absolutely necessary.
These are all rules I follow when writing software, and although there are plenty other bits of advice for this I think one of the biggest ones is that whatever style you choose for naming conventions, indentations, etc make sure you're consistent with them throughout your code.
+ 2
thank you
+ 1
There are many different opinions about what clean code is.
For some popular and helpful models, you can really just search in google or YouTube.