0
In your own word, what are the characteristics of a good code?
becoming a professional programmer
4 Respuestas
+ 14
clean code
maintainable code
Well-structured code
+ 3
Using whitespaces
Beautiful codes
Less lines of code
Adding comments
+ 1
using an understandable variable and adding comments as much as possible.
0
Structured
Optimized
Commented
Functional
Beautiful