Yorlang is a programming language that allows you to code in the Yoruba language, the predominant language spoken in South-West part of Nigeria. Created by @anoniscoding
Of course, you must know some Yoruba to use Yorlang
#90DaysOfProse
The language CLI is distributed as an npm package, as well as a Visual Studio Code extension. This makes it pretty easy and straightforward to set up.
What is the Principle of Mutual Oblivion (POMO) and why is it important?
It's a software engineering principle that states that components or routines at the same level of abstraction should be unaware and independent of each other.
#90DaysOfProse
... with this pattern, functional units are designed with no knowledge of the outside world. The inputs and outputs are without any bias to the sender or receiver. They also shouldn't know the responsibilities of one another. #90DaysOfProse