Advertisement
2_2002-2004 Miscellaneous #114001

Article: 10 CODING HABITS TO REMEMBER

This article lists 10 coding habits to remember, they will help you when you program in the future. TRUST ME.

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
10 CODING HABITS TO REMEMBER
<br>
1. ALWAYS use INTERNATIONAL ENGLISH variable names, and ALWAYS comment in INTERNATIONAL ENGLISH
<br>
2. NEVER use native functions for critical operations, actually try avoiding using native functions at all, because of their lack of control, speed and stability.
<br>
3. ALWAYS try to incooporate as much OOP(Object Orientated Programming) as possible into your code.
<br>
4. NEVER use databases if it can be avoived, because they require certain components that are not always installed.
<br>
5. ALWAYS have a design for your project and a step-by-step procedure for your algorithms.
<br>
6. NEVER try to start a project that is alike the one you just failed.
<br>
7. ALWAYS keep your code from failed projects, because even though they are failed, they might still be usefull.
<br>
8. NEVER copy parts of others code you do not understand since they are always to blame when there are errors.
<br>
9. ALWAYS remember how to count binary on your fingers since they might come handy at anytime when dealing with computers.
<br>
10. NEVER try to do something, but ALWAYS do something! Because most projects fails, not because of lack of experience but because of lack of moral.
<br>
- Julian
Původní komentáře (3)
Obnoveno z Wayback Machine