Scripting News: Wednesday, August 13, 2025
Wednesday, August 13, 2025 If you're trying to read any of my code via GitHub, make sure to open source.opml in Drummer , there are a lot of notes that don't make it through to the .js and .css files. I don't think I've ever said that on the blog before. I write my code in an outliner, and take advantage of its ability to collapse long comments into a single line. There are whole blogs at the top of some functions, notes about all the big changes in code, sometimes over years, and sometimes even decades of maintenance. There's a source.opml in most of the repos with a big comment at the top explaining what's going on. Also, most projects have a worknotes.md file, and where there are dates in the source code, the refer back to dates in the worknotes.md file. Not always, but most of the time. Some of the code is very complex, I work really hard to make it simple so it can be worked on, but in some cases it's impossible to make it read ...