Lessons in Abstraction: What FP Can Teach OOP
Abstraction is the key to tenable code bases. Where OOP eyes abstraction with suspicion, functional programming pushes it as far as possible.
Abstraction is the key to tenable code bases. Where OOP eyes abstraction with suspicion, functional programming pushes it as far as possible.
Wern Ancheta introduces Medoo, a small database abstraction library that aims to make your database related codebase lighter.
Lukas White introduces Flysystem - an abstraction layer for local and remote file systems, allowing you to switch them out at will easily