Clean Code : Keep code clean :: Method – Do one thing
Developers are authors. And one thing about authors is that they have readers.
Method – Do one thing |
- FUNCTIONS SHOULD DO ONE THING.
- THEY SHOULD DO IT WELL.
- THEY SHOULD DO IT ONLY.
Developers are authors. And one thing about authors is that they have readers.
Method – Do one thing |
Recent Comments