You are here |
www.henryleach.com | ||
| | | |
ayende.com
|
|
| | | | Federico has given an interesting talk exploring some of the crazy lengths we go to for performance with RavenDB. You can judge our mental state yourself: | |
| | | |
ravendb.net
|
|
| | | | In RavenDB, we reallycare about performance. That means that our typical code does notfollow idiomatic C# code. Instead, we make use of everythin... | |
| | | |
ayende.com
|
|
| | | | Rhino Mocks 2.0.7 is mainly a bug fix for method orderring bug, but it also present a better package in that that you no longer has to have Castle.Dynami... | |
| | | |
publicobject.com
|
|
| | Public APIs I work on lots of public APIs. For those, it's nice to have nicely-formatted Javadoc, following the Guava guidelines. This means lots of <p> tags, {@code} blocks! Here's an example from Okio: /** * Wait at most {@code timeout} time before aborting * an operation. Using a per-operation timeout |