Viewing profile — floppy-disk
floppy-disk
HN member- Joined
- Sun, May 31, 2020, 11:00 AM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About floppy-disk
No profile information was provided.
Recent public activity
-
comment
Comment #40765778
Whoa, interesting... What version are you running? Here's my system: $ ruby -v ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux] $ time ruby -e '' real 0m0.122s user 0m0.1…
-
comment
Comment #40765544
While I write most of my scripts in Ruby and enjoy doing so, there is one gripe I have with it: its slow start-up time. On my machine, running an empty Ruby script takes about 100m…
-
comment
Comment #29981339
Refactoring legacy code.
-
comment
Comment #23372112
There are also numerous people which promote the excessive use of small classes and methods like for example Kent Beck or Robert Martin. As always, there probably is no "right" ans…
-
comment
Comment #23372107
> a lot of the developers I've observed are very bad at drawing coherent software boundaries That's a very good point. Designing small components probably requires more effort and …
-
comment
Comment #23368701
I would not agree that the bias towards OOP is a problem in the book, since most of the concepts are paradigm-agnostic. Nevertheless, I feel that the author exposes a rather opinio…