Guillaume Charmetant is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.

programming cancer: functions that may fail for 15 different reasons and return false. Don't do that.

Use a global error code, return an int, use exceptions, add a debug macro, ... I don't care just pick one.

Guillaume Charmetant @cGuille

@CobaltVelvet Return a result object / struct / enum ? :-)