Commit Graph
7 Commits
Author SHA1 Message Date
mostalive 1736cd1abd add test and production code to solution
so that we can build it
2026-09-03 11:29:25 +01:00
mostalive 5965ed8998 Fix Concept section: use IsFullyPaid() example, not custom matcher
The Concept demo should show a different pattern (encapsulate behavior)
than the exercise (custom matcher) so the exercise stays fresh.
2026-09-02 22:30:03 +01:00
mostalive cfde583649 Add learning hour: Show, Don't Tell — using examples with coding agents
Exercise project with Order domain and NUnit tests demonstrating
the 'show, don't tell' pattern for guiding coding agents.

- 1 refactored test using custom matcher (the example)
- 5 unrefactored tests with multiple asserts (the practice)
- OrderStateConstraint custom matcher for NUnit 3
2026-09-02 22:22:12 +01:00
mostalive d8eaf03a68 Update skill and README with real timetable data from 124 learning hours
- Skill now reflects actual patterns: single 35-min practice (65%),
  two rounds (23%), with demo (28%)
- Average times per block type from library analysis
- Output format matches Samman Markdown convention
- README updated with statistics
2026-09-02 15:28:38 +01:00
mostalive d92c8a79d3 Add .gitignore for website/ 2026-09-02 15:26:03 +01:00
mostalive afa9dcd3d6 Add learning-hour-design skill and update README
- New pi skill to guide creation of Samman-style learning hours
  through learning goals, timetable, and the 4 C's
- Updated README with links to Samman resources and 4C model
2026-09-02 14:58:15 +01:00
mostalive 7c226d27d0 readme 2026-09-02 14:41:34 +01:00