this post was submitted on 01 Feb 2025
43 points (100.0% liked)

Open Source

35359 readers
328 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
43
TODOmd v2.0 release (codeberg.org)
submitted 1 month ago* (last edited 1 month ago) by lig to c/opensource@lemmy.ml
 

TODOmd is a pre-commit hook that maintains a TODO.md file in your repo keeping it up to date with all TODOs in your code.

In version 2.0 TODOmd has been completely rewritten in Go. This release introduces a 5x speedup on average and multiplatform availability.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] brisk@aussie.zone 6 points 1 month ago* (last edited 1 month ago) (1 children)

Previously in bash & sed, in case anyone else was curious.

The total functional component was previously 25 lines long. Personally I would consider this different enough to be an entirely different project, but I guess this is a good way for the developer to avoid being asked to maintain something they're not interested in.

[โ€“] lig 5 points 1 month ago

Well, previous approach was a dead end in terms of functionality and platform support. I'd like to think of it as a prototype. BTW, the test suit was written in Python and had been left in touch to ensure the same behavior if the rework.