Monday, November 21

How To Write Unmaintainable Code

How To Write Unmaintainable Code

How to write code and not get fired. (or even if you get fired, how to come back and make money, by charging more!) Obfuscate your code!

I espeically like this example:
if(a);
else;
{
int d;
d = c;
}
;

No comments:

A shortcut to make a PDF out of a webpage and save it to Notes.app

While on MacOS (and iOS) you can use the Share Sheet from Safari to share a webpage to Notes, it only shares the title, URL, and the favicon...