Answer the question
In order to leave comments, you need to log in
Could you recommend sources (books, websites) with tips on good coding?
Welcome all!
Please advise some sources with recommendations for writing quality code. I myself program in Java. Very little experience. And now I am faced with the fact that I am developing my own small application for Android from scratch. Therefore, I want to squeeze the maximum of experience and knowledge out of this, including in terms of writing high-quality code from the point of view of OOP programming.
I would be grateful for all the advice!
Answer the question
In order to leave comments, you need to log in
I like this one: www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882
1. Best of all - the code for the review, you can even use the habr in questions.
Why? Because even after reading smart books and articles, you can mess up (for example, not understanding something correctly).
2. You can also see how similar applications are implemented in terms of functionality (the more popular, the better) (Of course, if the code is available)
The main source is experience.
From the books - "Perfect Code".
And of course, reading good code helps a lot.
In addition to the already proposed Code complete:
Refactoring: Improving the Design of Existing Code
Design Patterns: Elements of Reusable Object-Oriented Software
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question