S
S
Smilley2016-08-29 15:45:12
Programming
Smilley, 2016-08-29 15:45:12

Where can I find best practices for programming?

Colleagues, good afternoon. Tell me, please, is there a collection of certain recipes / cookbook / best practices in nature in terms of how parts of the program should be implemented (according to what algorithms), which can be used in different programs. For example, user registration should take place according to this algorithm, data in the database should be stored in fields of these types with dimensions. etc.
Perhaps chaotically described, but I hope you understand. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
Y
Yustas Alexu, 2016-08-29
@Yuxus

10182766_0_Patterni_proektirovaniya.jpg

E
Eugene Burmakin, 2016-08-30
@Freika

"Perfect Code" by Steve McConnell

S
sim3x, 2016-08-29
@sim3x

The only advice is to write more code

S
Saboteur, 2016-08-29
@saboteur_kiev

best practices can be both patterns and just individual tips.
But as an example, you generally give basic points that do not depend on best practices, but depend on the implementation of a particular program.
For example, authorization cannot be by itself, it depends on where it occurs.

V
Vitaly, 2016-09-08
@vitosua

I agree with the previous answer, a lot depends on the type of application and what you want to implement in it
. I think that you should start by getting acquainted with MVC, MVP, MVVM design patterns, and then get acquainted with the rest of the patterns and think whether they should be applied in your project or No

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question