1
0
mirror of synced 2024-11-24 18:24:24 +01:00
Go to file
Escalion 77bc8262ed
Implement Unit Testing
As per the operating norm of organisations worldwide, no code was missing unit testing.
This commit includes a fully automated unit testing library for use with no code.
2020-03-06 16:24:59 +00:00
CONTRIBUTING.md add no code 2018-02-06 15:55:16 -08:00
Dockerfile add Docker support 2018-02-06 17:31:48 -08:00
LICENSE add no code 2018-02-06 15:55:16 -08:00
README.md Implement Unit Testing 2020-03-06 16:24:59 +00:00
STYLE.md add style guide 2020-01-21 11:25:10 -08:00

No Code

No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.

Getting Started

Start by not writing any code.


This is just an example application, but imagine it doing anything you want. Adding new features is easy too:


The possibilities are endless.

Building the Application

Now that you have not done anything it's time to build your application:


Yep. That's it. You should see the following output:


Testing

No code includes integrated unit testing, with tests that are automatically inferred from the code. To run these unit tests, simply:


And if you have written your no code application correctly, you should see the following output:


Simple, right?

Deploying

While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.


It's that simple. And when it comes time to scale the application, all you have to do is:


I know right?

Contributing

You don't.