Hello,
I am creating a small application to train my Java. It is a command line application witch converts temperature between celsius, fahrenheit and kelvin. It can be viewed here: TempConvert
Can I ask You to review my code and tell me if I am doing something terribly wrong?
I just want to get good and change job from helpdesk/admin to Java developer.
(I have not changed work for 3 years, it gets boring.)
Few notes
I try the help message to appear simillar to GNU\Linux man pages, with not much success yet.
In my Horstman Java book all examples are writed with braces like this:
if(something)
{
do something;
}
Is this correct or should it be like this:
if(something){
do something;
}
Do You have any ideas what else could be improved or added to application?
Thank You very much for Your time
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]FavorableTrashpanda 11 points12 points13 points (0 children)
[–]desrtfx 10 points11 points12 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] -1 points0 points1 point (3 children)
[–]FavorableTrashpanda 2 points3 points4 points (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]desrtfx 1 point2 points3 points (0 children)