Part 3 of 10 in the series Real Programming
Related Posts
Basic Concepts of the “Making App”
Programming, How I Work, Coding / October 1, 2024
Detail: Not The Long Game
TDD, Programming, How I Work, Coding, Detail / October 28, 2022
Detail: Series Intro
TDD, Programming, How I Work, Coding, Detail / October 25, 2022
Joy Project: FGNO Plotter
How I Work / October 7, 2022
TDD Pro-Tip: Against Automated Macrotests
TDD, Programming, How I Work, Coding / October 4, 2022
Some TDD History
TDD / September 30, 2022
1 thought on “Real Programming S01E03: Baby Needs New Shoes!”
Comments are closed.
It’s great to follow step-by-step how you build this. I do not have prior exposure to Kotlin nor JavaFX, yet with ancient Java knowledge and classic patterns, this series is fun to watch.
Though I am surprised at your distate to do much in the view. I don’t feel like mixing up the images in the model makes more sense. It’s not something you will test easily (as per the separation model/view you made in the first episode), neither is a model concern. The value of the pips is definitely a model concern, but how to display it should be a view-only concern IMHO.