You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringThing is a bit undescriptive and makes it tough to know what it's doing. In general, thinking about naming variables, classes, and methods is an important part of the development process. Uppercase variable names (S) are usually a bad idea since most people will use those for static constants. Good job on the exercise though.
Good job on the Person exercise.
Nice job implementing decode in terms of encode and nice set of tests.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: