Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)IN
Insanity @programming.dev
Posts 0
Comments 4
Is it normal to not say hello or good morning to your colleagues when you come into the office?
  • I'm at a remote first company and it definitely feels more awkward between folks in the office than at my previous fully in the office company.

    I still say hello etc to people have have colleagues I get along with but not as many people I'd consider actual friends as where I worked before.

  • Arrow - Bringing Idiomatic Functional Programming to Kotlin
  • I've been playing around with Arrow V2 for a while and it's really nice. I like the simplifications they've done which feel like they remove a lot of bloat without sacrificing the functionality.

    I made a sample project with Arrow and http4k. They both work very nicely together. Link here if you'd like to take a look.

  • The Grand Unified Theory of Documentation (AKA: Your project needs all 4 types or you have bad documentation)
  • Another key point for code documentation is that the closer it is to the code it's describing, the more likely it is to be read and maintained.

    I agree with this point and it's one I've always had problems with as a lot of developers seem to dislike code comments. I agree that comments shouldn't become a crutch of bad code but good, well formatted documentation on a class or group of functions which explains their usage in relation to the product or feature they support are extremely useful and much more likely to be read by engineers than some documentation written on a notion page somewhere.