Explore >> Select a destination


You are here

venam.net
| | davmac.wordpress.com
111.1 parsecs away

Travel
| | 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
111.1 parsecs away

Travel
| | 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
100.0 parsecs away

Travel
| |
| | florimond.dev
137.2 parsecs away

Travel
| Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.