ludamillion / noop

Nothing. On Demand.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noop

Code Climate Build Status

Nothing. On Demand.

noop does nothing. noop gives you two ways of doing nothing. It's the ultimate in minimalism.

> noop = Noop.new
> noop.noop
nil
> np = noop.roc
> np.call
nil

That is all.

noop was born out of a discussion over lunch one day about the relative merits of static analysis tools like CodeClimate. It was agreed that you start getting into trouble, so far as grades and such go, when your code actually tries to do something useful. The solution then was to code a useless machine.

About

Nothing. On Demand.


Languages

Language:Ruby 100.0%