It took me 12 minutes to complete this program as I haven't used Eclipse for a long while and it took me some time to pick up on how to create new project and classes.
The biggest problem that I encountered is the Java language itself. I have not programmed in Java for a while too and I am not surprised that I have mixed up Java and C languages' syntax completely. I ended up writing a logically correct but grammatically disastrous program. In this sense, Eclipse is very handy as it points out all the syntax mistakes I made and so I don't have to waste time to read through every line to find the bugs.
From this experience, I learn that I shouldn't take any task lightly. Every program, no matter how unimportant and easy it may seem, should have been taken seriously. This is because in software engineering, every component has to be correct in order to produce a perfect software and a mistake in a small program can lead to serious bug in other programs. Also, I learn that I should familiarize myself with Eclipse and other programming software as it is impossible for a software engineer to take care of every little detail of a program and a good programming software would help a lot in this area.
No comments:
Post a Comment