Alphare

joined 2 years ago
[–] Alphare@lemmy.world 4 points 3 months ago

Given that Git and Mercurial were both created around April 2005 to serve the same purpose by very similar people for the same reason... I'd say it's fair!

[–] Alphare@lemmy.world 2 points 3 months ago (1 children)

It's still here and very much alive in case you were curious.

[–] Alphare@lemmy.world 6 points 3 months ago* (last edited 3 months ago) (5 children)

As one of the maintainers of Mercurial, I take great offense in this meme. ;)

[–] Alphare@lemmy.world 1 points 2 years ago (1 children)

Strong disagree. Commit messages that are only one sentence long should be reserved for truly trivial things. Signed, someone who regularly comes back to 18+ year old commits and enjoys the valuable details that would have been lost.

[–] Alphare@lemmy.world 6 points 2 years ago (1 children)

In my experience and that of most of my friends both French and German, that is wrong. The French rail system may have its flaws (it does), but the German one is so much worse

[–] Alphare@lemmy.world 5 points 2 years ago

While I agree that people should have moved on for a while, the idea that porting Python 2 to 3 only involves "find and replace" or a tool like 2to3 is only true in the most trivial cases. Anything that touches bytes, unicode, network or files to do anything remotely involved needs a lot more care. I should know, our codebase still suffers from the occasional bug due to this, even though it's been years.