Viewing profile — sauceop
sauceop
HN member- Joined
- Fri, Dec 14, 2018, 5:20 PM UTC
- HN karma
- 21
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About sauceop
No profile information was provided.
Recent public activity
-
comment
Comment #19661165
I feel like a lot of semver purists have never maintained software with a lot of downstream dependencies. The gray area about what is a breaking change is huge and it's hard to use…
-
comment
Comment #19241419
Agreed, I think the issues you're touching on are fundamentally difficult problems that don't have a single solution. For example. * storing complex data and supporting multiple ac…
-
comment
Comment #19224096
The open source projects that are most threatened like this are the more complex infrastructure software that doesn't naturally get build as a side-effect of other work. If you loo…
-
comment
Comment #19224070
If you're running IT for a major corporation and you have an issue with your OS that prevents your business from operating, what do you do? Hope that your IT team figures out an is…
-
comment
Comment #19224046
It's a free-rider problem - if large cloud companies fork every successful open source infrastructure project, don't contribute back, and pull away a significant chunk of users, th…
-
comment
Comment #19193644
It depends on how important you think it is to optimize for future readers or maintainers of the code. I weigh that pretty heavily and a do think relatively minor style issues impo…
-
comment
Comment #19193569
We had a senior engineer (who sadly moved on to a different company) periodically give a talk to new hires about good code review practices to set expectations and ground rules. So…
-
comment
Comment #19193475
I don't have your context, but if the changelist author is writing multithreaded code where there's no way that a reader can convince themselves of the correctness, then my heurist…
-
comment
Comment #19193410
Consistency of code style does matter, up to a point, to people reading and understanding the code. As you suggest, setting up ground rules and tooling helps Code authors who don't…
-
comment
Comment #19193355
The approach that I've seen work is to have high standards for code, but communicate the expectations upfront and make sure that code reviews are grounded in those standards (for n…
-
comment
Comment #18682649
Speaking as someone who makes a living contributing to open source, it's a frustrating trend that the major cloud providers (Amazon being the worst offender) have decided that it's…