#development
Read more stories on Hashnode
Articles with this tag
An unordered, unindexed, mutable with immutable datatypes. · Important Links Series Link: https://makereading.com/series/python**Challenges: **...
What is a Memory Leak? Every time you create a subscription to an observable, you're creating a reference to that observable in memory. If weren't...
Programs are meant to be read by humans and only incidentally for computers to execute. - Donald Knuth · Introduction What is a lengthy method, first of...
Don't use objects as data structures. ( Class with no behaviour/functionality apart from getters and setters ) · Introduction A key goal of Object...