There is no one programming language that is the best choice for all programming situations. After learning a programming language, it's a good idea to learn other programming languages to meet a specific need.
Here are some common language options based on the type of program being written.
- Quick Graphics - C , C++
- Interfaces to Measurement Devices - C
- Handheld GUI Programs Java, C-Sharp
- Web Scripting - PHP
- Modifying Web Page Documents - Java Script
- Quick Application Development - Python
These are just general guidelines and there are many other programming languages in use today. Once you become familiar with various programming languages, it will be easier to select an appropriate language for the task. Also, the more programming languages you know, the easier it is to learn new programming languages.
Good Programming Habits
There are many techniques that programmers use to become more successful at programming. However, the next guidelines will help you to become a better and faster programmer.
Practice regularly
There is no substitute for practice. The more regularly you practice programming, the faster you will become better at it. The most common mistake that people new to programming make is only practicing programming during classes.
You should make it a habit to practice regularly on your own. So be sure to set up your computer so you can do this.
Use incremental development
That just means inserting the smallest amount of code that can be tested and running the program. When the program runs correctly, add the next lines that would represent the smallest amount of code that can be tested and repeat the process.
Don't stand still for more than 15 minutes
If you're not making any progress after 15 minutes, stop. Take a break and do something else for a while. Often the reason you are not making progress is that your mind is caught up in an idea that is not correct.
Taking a break will usually allow you to see how you're looking at the wrong thing, and then you can fix it. If you are stuck because you don't have the knowledge to proceed, send an email asking for help.
Standing still too long will deprive you of the opportunity to learn something positive. This is because getting stuck will only remind your brain of the pain of not making the program work.
Even if you eventually fix the problem, your brain will only remember the stress and pain if you hit your head against the wall because you're stuck with a problem.
Post a Comment
0Comments