Ehimah Obuse Profile picture
Software Engineer | 💞 @naanorks 🇳🇬 🇬🇭 🇬🇧 | You can't wait till life isn't hard anymore before you decide to be happy | https://t.co/q3p1KyLNjZ
Feb 7, 2021 4 tweets 3 min read
#DidYouKnow

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

github.com/anoniscoding/y…

Of course, you must know some Yoruba to use Yorlang

#90DaysOfProse sample Yorlang code snippet as obtained on the project's Git 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.

marketplace.visualstudio.com/items?itemName…

so let's get hacking...

Twalé õga adé @anoniscoding , è ja sé imi jòór 😉
Feb 3, 2021 6 tweets 4 min read
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