Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question