Viewing profile — flavious
flavious
HN member- Joined
- Sat, Jun 09, 2018, 12:56 PM UTC
- HN karma
- 3
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About flavious
No profile information was provided.
Recent public activity
-
comment
Comment #33350306
Yes, that would be amazing, full classes of approaches to problem solving would be unlocked at once and we wouldn't have to invent new languages, DSLs, transpilers, etc, but just l…
-
comment
Comment #26593956
Contracts are actually quite necessary for modularity. In OOP we have data types (interfaces, classes). As long as other paradigms provide contracts/abstractions, modularity can be…
-
comment
Comment #25087343
I'm not your goto java guy, but the module system of java and how modules can provide implementations for interfaces is really great.
-
comment
Comment #24142273
Over-abstraction also has a non-negligeable cost.
-
comment
Comment #24142239
Fred should learn how to squeeze in his refactorings into other, related tickets. And to learn how to argue about why an user story is more points worth, without explicitly saying …
-
comment
Comment #24140861
And how does the team feel about it?
-
comment
Comment #24140849
Sounds like the effects of temporal coupling, or "settism and gettism", or other principles, which are violated. People are blinded nowaways too much by SOLID, and forget about the…
-
comment
Comment #24139731
My rule scales with the scope of the dependency: "If you think that creating a wrapper around the library is too expensive, then the dependency is not worth having".
-
comment
Comment #24028417
Not questioning your decision at all, but can you explain the whole thought process which led you to the conclusion that it is a better fit?
-
comment
Comment #23881784
Linux user for 15+ years, Slack, now Arch in the past 10 years.
-
comment
Comment #23118203
Normally, bright developers acquire a new language* within a few weeks, if they already know the paradigm from another language. Hack is OOP, and so are many others, so I would exp…
-
comment
Comment #23060997
> Rule 20: When somebody says Agile, push for Kanban, not Scrum From my experience, scrum is better. The idea is that you can measure progress and you can learn from mistakes with …
-
comment
Comment #20197629
Very good article, intuitively I'd say some overlap with "the pragmatic programmer".
-
comment
Comment #20009151
I've written many thousand lines of code in bash (along with way more in 15 years of programming in other languages) and I must tell you: Never again! Use xonch at least.
-
comment
Comment #18999781
Define "We".
-
comment
Comment #18999743
Who knows, maybe he has valuable things to share. It's like that with any book. It also depends on the readership.
-
comment
Comment #18739010
borgbackup.
-
comment
Comment #18634083
As a programmer, I leave a small portion of code uncommitted at the end of the day. Next day, I just look at the git diff, and I'm mentally back right where I left.
-
comment
Comment #18474127
Code monkey thinks he can help beginner become a researcher? Not so fast, tiger.
-
comment
Comment #17939689
When I was a junior, I could write my queries in SQL in 30 minutes for the report which was asked from me, but I needed two more days to figure out how to do it with the ORM. For j…