Two Levels of Not Giving a Fuck
No Code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.
Start by not writing any code.
Brilliant. I love both the presence and contents of the Dockerfile
in that repo. As is always the case with such projects, the issues and pull requests are 💯
And if one is tempted to go against the tenets of No Code, there’s always my beloved fuckitpy, a (strangely well-thought-out) “Python error steamroller”1:
@fuckit
def buggy_function():
problem_solved
@fuckit
class BuggyClass(object):
def __init__(self):
everything_works_now
And:
This module is like violence: if it doesn’t work, you just need more of it.
See also: The Fuck, another Python-based utility that addresses CLI frustrations.