Media
My Top 7 Clean Code Tips for Android Developers
Proper coding style is fundamental if you want to build solid apps.

Proper coding style is fundamental if you want to build solid apps. In this video, you’ll learn about 7 tips, you can immediately follow to make your code style a lot better.
Content:
- 00:00 – The Rule of Three
- 01:22 – Don’t comment what happens
- 03:29 – Don’t be afraid of long names
- 04:31 – Avoid genius code
- 06:57 – Follow the Law of Demeter
- 09:35 – Avoid side-effects
- 10:52 – Avoid if-else
