Comments for https://horstmann.com/unblog/2025-02-20/index.html
By System @system
Comments for: https://horstmann.com/unblog/2025-02-20/index.html
- Tthe_real_mz @the_real_mz
In the line
Point r = p.translate(1, 2) // r.x() is 5, r.y() is 6
shouldn't be
r.y() is 2
- CCay Horstmann @cayhorstmann
Thanks, I fixed it.
- In reply tosystem⬆:@boardtc
https://github.com/svenreimers/jtaccuino doesn't work, it should be https://github.com/jtaccuino/jtaccuino
- CCay Horstmann @cayhorstmann
Thanks, I fixed the link.