Title | Domain | Product | Old | New |
---|---|---|---|---|
Amadeus Travel Innovation Sandbox | amadeus.com | |||
2ch matome feeds APIs | apitore.com | 2chMatomeFeedsApis | ||
Certificate feeds APIs | apitore.com | certificateFeedsApis | ||
Cosine Similarity | apitore.com | cosineSimilarity | ||
Design feeds APIs | apitore.com | designFeedsApis | ||
[Game feeds APIs](https://darosh.github.i |
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
- Follow standard conventions.
- Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
- Boy scout rule. Leave the campground cleaner than you found it.
- Always find root cause. Always look for the root cause of a problem.
OlderNewer