noexception

Java library for handling exceptions in concise, unified, and architecturally clean way. (by robertvazan)

Noexception Alternatives

Similar projects and alternatives to noexception

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better noexception alternative or higher similarity.

noexception reviews and mentions

Posts with mentions or reviews of noexception. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-13.
  • Unchecked Java: Say Goodbye to Checked Exceptions Forever
    6 projects | news.ycombinator.com | 13 Jul 2023
    Putting aside the discussions about the necessity of checked exceptions (to which I feel unqualified to express my opinion), I believe the approach used by the OP article is not the best one:

    - It requires modifying compiler arguments and putting some file in the local classpath! That's really not Java-ic. Is it?

    - It is not transparent in the code. You cannot infer by looking at the source code that something has changed.

    Since some time ago I use the NoException library[0] in my Java projects which achieves the same goal but without the above-mentioned issues. It can also be used to mimic Scala's Try construct.

    [0] https://github.com/robertvazan/noexception

Stats

Basic noexception repo stats
1
91
4.4
25 days ago

robertvazan/noexception is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of noexception is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com