|
You are here |
dlang.org | ||
| | | | |
renato.athaydes.com
|
|
| | | | | ||
| | | | |
blog.zdsmith.com
|
|
| | | | | Compile-Time Sort in Nim : ## Compile-Time Sort in D Michael Parker recently wrote a blog post showing how to implement a [compile-time quicksort in D][D] after Björn Fahller recently wrote a blog post showing how to implement a [compile-time quicksort in C++17][C]. It's a skillful demonstration that employs D's powerful compile-time programming capabilities to write code that, while not always useful, is quite concise. [D]: https://dlang.org/blog/2017/06/05/compile-time-sort-in-d/ | |
| | | | |
theartofmachinery.com
|
|
| | | | | ||
| | | | |
www.integralist.co.uk
|
|
| | | Interfaces in Go Name Your Interface Arguments Keep Interfaces Small Accept Interfaces, Return Concrete Types Don't Return Concrete Types Use existing interfaces Don't Force Interfaces Embedding Interfaces Upgrading Interfaces Standard Library Interfaces Tight Coupling Dependency Injection Refactoring Considerations Testing More flexible solutions? Conclusion This post is going to explain the importance of interfaces, and the concept of programming to abstractions (using the Go programming language), by ... | ||