You are on page 1of 1

AOIT Join Programming Project Reflection

What do you like about your interface?

Its organized and simple so the user can easily use it. In addition to this, if another programmer wanted
to go back and look at the code, it is very organized and is composed of all the appropriate names, text,
etc.

What did you do that was “cool” in your code?

The rounding of our decimals was cool. It differed through the different menu strip topics which allowed
for a variety of answers.

Did you use or try anything in Visual Basic that you had not used before?

No, we used all the skills we knew already in our Visual Basic program. These include declaring
variables, getting it from the text box, mathematic calculations, and putting it into our Output label.

What do you DISLIKE about your interface?

It's a little too simple and sometimes hard to click out of all the different menu strip tabs. We did do a
text changed event, but it does not disappear at first when you click a new tab open.

How would you change it?

Adding a design or making it a console could be a way to change the way the program looked and make
the text changed look more professional when the user decides to type more into one of the input
boxes.

What did you learn about program design from the project?

We learned a clear way to get the information you need. We also learned how to set up the different
topics relating to population in an organized and concise way. The simplicity allowed for cleanliness
which is an important coding strategy we learned.

You might also like