Closed

Description
In the early days of the bindings, it was common to comment code out as a quick and dirty way to disable them. Some of them remained to this day, still broken in their original shape, and outdated compared to the rest of the codebase. TODO
s and FIXME
s without issue numbers were also common. Some of these are already done, some others are not. We should look for them in the codebase and:
- If a section of commented code is no longer relevant, remove it.
- If a section of commented code is relevant, uncomment and fix it if possible. Otherwise, remove it and create an issue.
- If a
TODO
or aFIXME
is done or otherwise no longer applicable, just remove them. Otherwise, remove them and create an issue. - Establish that future
TODO
orFIXME
comments must be accompanied with a GitHub issue number.