/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.cocoawithlove.com
| | blog.metaobject.com
3.7 parsecs away

Travel
| | Crusty here, I just saw that my young friend Dave Abrahams gave a talk that was based on a little keyboard session we had just a short whil...
| | krakendev.io
2.6 parsecs away

Travel
| | Subclassing can suck. There are so many ways to get it wrong and it's so easy to fall into anti-patterns when you create such a tight coupling between two classes. Most of the time, the need for subclassing can actuallybe replaced by abstraction through protocol-oriented, value-oriented, and functional programming. In fact, I may even argue that doing it that way can far outweigh the "benefits" of subclassing the majority of the time.
| | blog.xojo.com
5.4 parsecs away

Travel
| | [AI summary] This technical blog post explains the concept of Interfaces in Object-Oriented Programming using the Xojo language, providing definitions, benefits, step-by-step guides with code examples, and practical use cases.
| | vickiboykis.com
33.3 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.