/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

imranontech.com
| | cs.fit.edu
3.6 parsecs away

Travel
| | [AI summary] The provided text is a humorous and satirical guide to writing unmaintainable, obfuscated, and poorly structured code. It mocks the idea of software development best practices and instead promotes the opposite: writing code that is difficult to understand, debug, and maintain. The text includes various coding 'tips' such as using obscure languages, avoiding testing, and creating bugs that are hard to trace.
| | dirtsimple.org
4.5 parsecs away

Travel
| | I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that ...
| | simpleprogrammer.com
4.1 parsecs away

Travel
| | What Languages to Learn, How to Structure Code, Algorithms & Data Structures, Methodologies, Source Control, Object Oriented Design, Frameworks or Stack ...
| | blog.notmyhostna.me
38.9 parsecs away

Travel
| For my new side project I needed to build a browser extension. I was hesitant to build one as the development experience of doing everything in the ...