Imaad08 / studentcsa

Apache License 2.0
2 stars 0 forks source link

11/19 Review #6

Open Imaad08 opened 1 week ago

Imaad08 commented 1 week ago
Objective Evidence
Work For Last Trimester I worked on creating the balance feature for the user so it limits how much stock they can buy based on available balance. I also worked on the total value of each user by summing their balance and the value of their stocks. image
An example of a POJO here is when the User POJO is used in the calculatePortfolioValue method to retrieve information about the user's stock holdings (stonks) and balance. The use of user.getBalance() and user.getStonks() reflects the encapsulated access typical of POJOs.
Completed 2014 MCQ image
MCQ Blog Link
tanayshah1 commented 1 week ago

I really like your organization for your blog. You also did very well on the MCQ. Good job! In the future think about adding ways to improve. Look at previous team teaches and other online resources.

NisargRhino commented 1 week ago

I really like your organization of everything, with everything clear and detailed. Good job on the MC.