|
You are here |
venam.net | ||
| | | | |
davmac.wordpress.com
|
|
| | | | | I recently allowed myself to be embroiled in an online discussion regarding Rust and C++. It started with a comment (from someone else) complaining how Rust advocates have a tendency to hijack C++ discussions and suggesting that C++ was type-safe, which was responded to by a Rust advocate first saying that C++ wasn't type-safe (because... | |
| | | | |
blog.bencope.land
|
|
| | | | | There are a number of ways one might approach designing the logic of a domain problem. Most enterprise software engineers may be accustomed to modeling the problem using object-oriented programming, where classes encapsulate behavior and data. In this approach, the design often reflects the use of various design patterns, such | |
| | | | |
www.thanassis.space
|
|
| | | | | ||
| | | | |
florimond.dev
|
|
| | | Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects. | ||