|
You are here |
rakyll.org | ||
| | | | |
blog.lohr.dev
|
|
| | | | | A review by a Rust enthusiast | |
| | | | |
eli.thegreenplace.net
|
|
| | | | | ||
| | | | |
golangbot.com
|
|
| | | | | Go does not support inheritance. However it does support composition. Composition is achieved by embedding one struct type into another. | |
| | | | |
mfbmina.dev
|
|
| | | Nowadays, a huge part of a developer's work consists in calling APIs, sometimes to integrate with a team within the company, sometimes to build an integration with a supplier. The other big role in daily work is to write tests. Tests ensure (or should guarantee :D) that all the code written by us works on how it is expected and, therefore, it will not happen any surprises when the feature is running at production environment. | ||