|
You are here |
blog.codinghorror.com | ||
| | | | |
friendgineers.rosenshein.org
|
|
| | | | | Leon's musings on software development | |
| | | | |
henrikwarne.com
|
|
| | | | | There seems to be an established truth in programming that code reviews find a lot of bugs. An example is chapter 18 (Modern Code Review) in the book Making Software. This is however not my experience - I rarely find outright bugs when reviewing changes. But I still think code reviews are useful. Below are... | |
| | | | |
entropicthoughts.com
|
|
| | | | | ||
| | | | |
ericlathrop.com
|
|
| | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | ||