Skip to content

Commit 2568b80

Browse files
committed
updated til doc to track when I learned about classes
1 parent 38a0af1 commit 2568b80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notes/til.md

+5
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@ compInstance.needsInstance()
127127

128128
`CompanionBuddy` does not require an instance of `CompanionTest`
129129
`needsInstance` *does* require an instance of `CompanionTest`
130+
131+
## Dec 23 - classes
132+
133+
A lot to learn about classes inside of the [classes.md](classes.md)
134+
As I learn, I'm making the [Punch Buggy game](https://github.com/csisl/PunchBuggy-Kotlin)

0 commit comments

Comments
 (0)