HackerTrans
TopNewTrendsCommentsPastAskShowJobs

potetm

no profile record

Submissions

Gaslight-Driven Development

tonsky.me
1 points·by potetm·12 เดือนที่ผ่านมา·0 comments

Stability by Design

potetm.com
132 points·by potetm·ปีที่แล้ว·65 comments

comments

potetm
·9 เดือนที่ผ่านมา·discuss
regardless of the mechanism, you still run into the exact same problem John had.
potetm
·11 เดือนที่ผ่านมา·discuss
Of course it's functionally lock files. They do the same thing!

There's a very strong argument that manually managing deps > auto updating, regardless of the ergonomics.

P.S. You're, right, but also it's where the greatest remnant remains. :(
potetm
·11 เดือนที่ผ่านมา·discuss
"There is another tool that does exactly the job of a lockfile, but better."

vs

"You can use make to ape the job of dependency managers"

wat?
potetm
·11 เดือนที่ผ่านมา·discuss
The point isn't, "There are zero problems with maven. It solves all problems perfectly."

The point is, "You don't need lockfiles."

And that much is true.

(Miss you on twitter btw. Come back!)
potetm
·ปีที่แล้ว·discuss
pip install git-of-theseus git clone repo cd repo git-of-theseus-analyze . git-of-theseus-stack-plot cohorts.json
potetm
·ปีที่แล้ว·discuss
Ah! You caught me in an editing discontinuity.
potetm
·ปีที่แล้ว·discuss
Maybe I didn't do a good enough job demonstrating how common it is for backwards compatibility to be broken. You're right that many devs value stability—not just clojure devs. But there are also many communities where breaking stuff is normal. This is addressing the latter, obviously.
potetm
·ปีที่แล้ว·discuss
love it!
potetm
·ปีที่แล้ว·discuss
fair
potetm
·ปีที่แล้ว·discuss
I'm sympathetic to this idea, but in practice it's very manageable. Function signatures destructure exactly the data that they need, so it's easy to tell what's required and what's optional.

Of course, normal rules apply like, "Don't pollute your program with a proliferation of booleans."
potetm
·ปีที่แล้ว·discuss
Not sure what you mean. The Scala example looks nothing like the Clojure examples.

The retention charts show you how much new code is replacing old code, and you can see the releases/rewrites as the code gets replaced.
potetm
·ปีที่แล้ว·discuss
That sounds like a complete tirefire tbh. The exact thing that I'm hoping to convince people to stop doing.

I'm glad the article was helpful though!