Clean code is some code which is easily readable and meaningful. It usually takes less cognitive effort to understand what’s actually happening and it is always concise to the point. The basic practice in writing clean code involves avoiding unintuitive names, complex nesting of if-else blocks and big code blocks.
Table of contents
Writing Clean Code“Code is like humour. If you *have* to explain it, it’s really bad”.Clean code2 Comments
Sort: