1
0
mirror of synced 2025-02-16 23:43:24 +01:00
nocode/README.md

54 lines
874 B
Markdown
Raw Normal View History

2018-02-06 15:53:05 -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.
```
2018-02-06 17:30:09 -08:00
2018-02-06 15:53:05 -08:00
```
This is just an example application, but imagine it doing anything you want. Adding new features is easy too:
```
2018-02-06 17:30:09 -08:00
2018-02-06 15:53:05 -08:00
```
The possibilities are endless.
2021-04-08 09:51:14 +02:00
### Not building the Application
2018-02-06 15:53:05 -08:00
2021-04-08 09:51:14 +02:00
Now that you have not done anything it's time not to build your application:
2018-02-06 15:53:05 -08:00
```
2018-02-06 17:30:09 -08:00
2018-02-06 15:53:05 -08:00
```
Yep. That's it. You should see the following output:
```
2018-02-06 17:30:09 -08:00
2018-02-06 15:53:05 -08:00
```
2021-04-08 09:51:14 +02:00
### Not Deploying
2018-02-06 15:53:05 -08:00
2021-04-08 09:51:14 +02:00
While you still have not done anything it's time not to deploy your application. By not running the following command you can not deploy your application absolutely nowhere.
2018-02-06 15:53:05 -08:00
```
2018-02-06 17:30:09 -08:00
2018-02-06 15:53:05 -08:00
```
2021-04-08 09:51:14 +02:00
It's that simple. And when it comes time to not scale the application, all you have to do is:
2018-02-06 15:53:05 -08:00
```
2018-02-06 17:30:09 -08:00
2018-02-06 15:53:05 -08:00
```
I know right?
## Contributing
2021-04-08 09:51:14 +02:00
You don't. Or do you?