Below you will find pages that utilize the taxonomy term “code”
Posts
First PR (rather lame) that got merged
This was primarily for the inconvenience I had faced a few days prior java-storage API returns null for object with space in name
Fixing this issue required a bump in version
Upgraded version required an additional dependency which wasn’t documented. I added it.
(This is a rather lame contribution but I hope it gives me an impetus for trying and exploring more)
read morePosts
On Code Readability
Almost everyone starts off coding in a very imperative fashion. You figure out the rules, syntax of the language and you figure out the logical solution to the problem and start off coding. As you start doing so you discover some idiosyncracies of the language and you start focusing on making the code more and more ‘concise’. If unchecked this can lead to obfuscation where you just increase the cognitive load of the program.
read more