[Pharo] Personal fitness tracker web app.
Documentation.
src/MyFitnessTracker-Components/MFTWorkoutsLog.class.st
@@ -7,19 +7,6 @@
7
7
8
8
- I work with lists of `MFTWorkout`s.
9
9
- I might work with `MFTExercise class`canonical exercises once the variable is implemented.
10
Removed:
11
Removed:
Public API and Key Messages
12
Removed:
13
Removed:
- message one
14
Removed:
- message two
15
Removed:
- (for bonus points) how to create instances.
16
Removed:
17
Removed:
One simple example is simply gorgeous.
18
Removed:
19
Removed:
Internal Representation and Key Implementation Points.
20
Removed:
21
Removed:
22
Removed:
Implementation Points
23
10
"
24
11
Class {
25
12
#name : 'MFTWorkoutsLog',