D
D
dimacat2012-06-03 00:04:57
Programming
dimacat, 2012-06-03 00:04:57

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

9 answer(s)
L
LeoCcoder, 2012-06-03
@LeoCcoder

I like this one: www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882

V
Vyacheslav Golovanov, 2012-06-03
@SLY_G

habrahabr.ru/post/135897/

S
serso, 2012-06-03
@serso

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)

T
TheHorse, 2012-06-03
@TheHorse

The main source is experience.
From the books - "Perfect Code".
And of course, reading good code helps a lot.

F
f0b0s, 2012-06-03
@f0b0s

And Uncle Bob's Clean Code.

I
ixSci, 2012-06-03
@ixSci

In addition to the already proposed Code complete:
Refactoring: Improving the Design of Existing Code
Design Patterns: Elements of Reusable Object-Oriented Software

E
EugeneOZ, 2012-06-04
@EugeneOZ

Martin Fowler - www.amazon.com/gp/product/0321127420

G
GolerGkA, 2012-06-10
@GolerGkA

stackoverflow.com
(Yes, I'm Captain Obvious. But you never know.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question