summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2021-10-03Update gitignore HEAD defaultSoniEx2
2021-10-03Prepare for publishingSoniEx2
2021-10-03[Project] Antichecked ExceptionsSoniEx2
An alternative to checked exceptions that actually catches bugs and prevents unintended exceptions from being accidentally caught/silenced. Made for Python.