Extracurricular Activities How I Created Abstract Classes in Godot Godot does not support abstract functions. The good news is, there are ways to work around this and fake abstract classes.
Ember.js Practical Abstraction in Ember.js Ember provides powerful abstractions to amplify your expressive abilities. Computed properties, modules, and beyond. Here are a few examples.
Ember.js Effortless Abstraction with Ember.js It's amazing how easy it is to build sophisticated apps with Ember. This post explores one feature of Ember that enables this: pervasive data binding.
UX/Design Tools Compelling Storyboards: Learning from Comics Scott McCloud's book, "Understanding Comics", is an inspiration for building impactful storyboards as part of our software creation process.
Technical Practices Thinking Abstractly: Why Programmers Don’t Write Binary Code Software developers don't write in 1s and 0s. They use layers of abstraction – and so do you.
Development Practices Code Parsimony and the Perils of Over Abstraction ... the more I think that simplicity is one of the most critical aspects of quality software. All things being equal, simplicity outweighs abstraction.