4
Mb3leb
6y

How do you define a clean code ( your own perspective)

Comments
  • 4
    Few to zero wtf moments.
  • 1
    I feel like there is no such thing as clean code. Its varies from dev to dev.

    For me, the code should be more understandable with comments and objects. Proper function naming.
    Follow one standard.
  • 3
    Looks good at the first read, not that much wtf/minute, no 50 lines comment
  • 0
    No repeating code and well documented
Add Comment