Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 773 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 773 Bytes

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.