My mentors used to tell to keep things simple. To keep if Simple, not for me. Rather, for others who are working with me on shared things, like SOURCE CODE. What I learned is, it is Really not Simple to Keep it Simple. So learned(Still learning probably, 😄) to,
- Document Code(It means, better commenting about what is the code is doing but with a balance)
- Proper package, file, class, method, variable names that doesn't create unnecessary extra reviews.
- Understanding modularity in code and to sell that to others.
- Better source code management with Repo
- Word of Mouth: Talk about the things that helps to keep things simple!