Ask HN: Tips on good source code?
3 comments
If you want to see how it's done in Ruby on Rails, here's an example app with authentication and user management and MongoDB for data. With a tutorial.
https://github.com/fortuity/rails3-mongoid-devise
for C code: Anything by djb. http://cr.yp.to Unconventional, but top quality.
for C or Python code: Anything by Avery Pennarun (http://apenwarr.ca - his stuff is on GitHub)
for C or Lua code: Anything by Mike Pall (http://luajit.org)
The Python interpreter is mostly a joy to read.
FLTK is a great example of C++ code from the days before template worms ate everyone's brains.
The Python interpreter is mostly a joy to read.
FLTK is a great example of C++ code from the days before template worms ate everyone's brains.
Thank you both! :)
My skills: Python > Java > C > * I recently downloaded, installed and used my first database with MongoDB (beside MS Access about 5 years ago). So I guess that a project that uses mongodb and django would be awsome.
-Kristian