Code Monkey home page Code Monkey logo

checked_exceptions's Introduction

Don't let your customers be the first to discover those unexpected exceptions hiding in your code.

Exceptions are "declared" in a method's XML documentation. Take advantage of the existing exception documentation in the .Net framework to get you started.

You can adopt Java style checked exception handling, or easily fall back to handling exceptions as "Runtime" exceptions by terminating an exception chain with the "Ignore" keyword. It's up to you.

Whatever you choose - documenting your code's thrown exceptions has just become a lot easier.

checked_exceptions's People

Contributors

yoavfr avatar

Watchers

 avatar

checked_exceptions's Issues

Anonymous Functions

Sorry for creating an issue, but I don't see another way to contact you. I don't actually program C#. I'm interested in your project from an academic perspective? How does your application handle anonymous functions? I don't see anything in the code for handling it.

Example situations:

  1. A function that takes a function as an argument and calls it. (think map). It might even be called within a try-catch.

  2. A function that takes a function wraps it in a function. (think curry or compose)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.