General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Christian Baune
ThePrimeTime
comments
Comments by "Christian Baune" (@programaths) on "I Interviewed Uncle Bob" video.
When you use Perl to process text, it's a godsend. 20 years ago, I migrated from mIRC script to XChat using Perl, same skills but I was able to do much more, because the language (and XChat API) made it much easier. And when awk doesn't cut it, I go for Perl.
1
One thing a like in Kotlin is that I can drop a data class and a function in the middle of another, which help showing that those are very local concerns. And those things can always be moved outside when the time comes (seldom).
1