Generative Testing
It’s no secret that I’ve been interested in testing. Most of the work I’ve done are around example-based testing. While useful, it’s interesting to look at other communities for inspiration. I’m …
It’s no secret that I’ve been interested in testing. Most of the work I’ve done are around example-based testing. While useful, it’s interesting to look at other communities for inspiration. I’m …
Note: This previously was on Pivotal Labs blog.
This post was originally written on the Pivotal Labs Blog.
Languages that have dynamic introspection provide powerful meta-programming capabilities. This is generally done at runtime with additional memory used for storing metadata - such as types and method …
It’s great to use classic algorithms to solve problems at hand. Take this problem of ellipsis:
Lazy data structures are a powerful abstraction can increase the readability of your program while encouraging separation of concerns.
Nothing tagged that way yet.