Coder Social home page Coder Social logo

nyi's Introduction

Actions Status

NAME

NYI - Provide shortcut to X::NYI

SYNOPSIS

use NYI;

multi sub frobnicate("insert", |) { NYI "insert a frob" }

DESCRIPTION

Provide a shortcut to doing:

Failure.new: X::NYI.new: feature => "feature";

This can be used as a return value in a subroutine or method:

multi method frobnicate("insert", |) { NYI "insert a frob" }

Or to fail or throw immediately:

fail NYI("insert a frob");

NYI("insert a frob").throw;

Reasons for using this subroutine are:

  • reduce bytecode size of hot code paths

  • better readability because of less noise

Should the core of the Raku Programming Language already provide a NYI subroutine, then this module will become a no-op.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/NYI . Comments and Pull Requests are welcome.

If you like this module, or what Iโ€™m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2022, 2024 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

nyi's People

Contributors

lizmat avatar

Stargazers

 avatar

Watchers

 avatar

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.