|
Tips for learning programming languages: |
- Know what is the reason that you are using that language instead of a
language you already know.
- Keep in mind that all languages have basic common features like
conditional branching, looping etc.
- Feel like "communicating" with the computer using that language... I
mean feel like commanding (or requesting) the computer to do what you want
in that language.
- Have clarity of thought before using certain feature of that language.
I mean if you type a statement, know clearly what it does, otherwise
DEBUGGING becomes a big irritation sometimes.
- Never think DEBUGGING as waste of time. Try to learn new things
when debugging.
- When initially exploring.... don't think typing in simple programs as
waste of time. Have interest in spending those few minutes that will
lay a very strong foundation for saving lot of time in future.
- Try to follow a particular coding style when coding any program.
I mean stick to your coding style and then you won't have any problem that
wastes your time unnecessarily.
|
|
|