Make sure you make a PR to your own repo’s main and not the class’ repo!! Otherwise you will lose points!!
Members: Andre Lew
No, because the “message” feature is a complex feature that involves multiple components and interactions (composing, network logic, rendering, etc.) working together. It’s not a single function that can be tested in isolation.
Yes, because the “max message length” feature is a simple feature that can be tested in isolation. It’s a single function that can be tested without involving other components and interactions. For example, we can specifically test the function that checks if the length of a message is 80 characters or less.