5

I love it when a coding assignment is to take the last assignment and do one thing more optimized !!! 😄😄

All the hard stuff is already done and all I have to do is some optimization that I’ve done before in other languages and just have to implement in this one 😄

Comments
  • 2
    Us poor perfectionists would get a zero 🙁
  • 0
    @Ashkin how so?
  • 1
    @KingOf1World We would have already optimized everything the first time!
  • 2
    @Ashkin ahh yea I know what you mean. I actually built the project the optimized way first, and then learned that the teacher didn’t want us to do any kind of dynamic memory allocation and so had to redo it in the ‘wasteful’ way( which is what we are doing for the second assignment)
  • 1
    @KingOf1World ☹ that's terrible
  • 1
    @Ashkin @Irene yea it kinda broke my sole to have to do it that way. I felt like I was back in first year 😓
Add Comment