VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Article: 10 CODING HABITS TO REMEMBER

by Julian The Programmer (3 Submissions)
Category: Miscellaneous
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

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

Rate Article: 10 CODING HABITS TO REMEMBER

10 CODING HABITS TO REMEMBER


1. ALWAYS use INTERNATIONAL ENGLISH variable names, and ALWAYS comment in INTERNATIONAL ENGLISH


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.


3. ALWAYS try to incooporate as much OOP(Object Orientated Programming) as possible into your code.


4. NEVER use databases if it can be avoived, because they require certain components that are not always installed.


5. ALWAYS have a design for your project and a step-by-step procedure for your algorithms.


6. NEVER try to start a project that is alike the one you just failed.


7. ALWAYS keep your code from failed projects, because even though they are failed, they might still be usefull.


8. NEVER copy parts of others code you do not understand since they are always to blame when there are errors.


9. ALWAYS remember how to count binary on your fingers since they might come handy at anytime when dealing with computers.


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.


- Julian

Download this snippet    Add to My Saved Code

Article: 10 CODING HABITS TO REMEMBER Comments

No comments have been posted about Article: 10 CODING HABITS TO REMEMBER. Why not be the first to post a comment about Article: 10 CODING HABITS TO REMEMBER.

Post your comment

Subject:
Message:
0/1000 characters