• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: January 1st, 2024

help-circle
  • there is a direct correlation between the size of the campaign and the number of monitors at the bottom.

    From my limited experience, it’s the size/amount of monitors at the top that correlates with company size, not at the bottom. At my 5-person software company, almost everyone works with multiple screens, except one of the three founders who still works mainly on a laptop display at least





  • Unfortunately not. You do get a warning that it’s an unchecked cast at least.

    Granted, the issue here is generic type erasure, which was a tradeoff that was decided on for backwards compatibility when generics were first introduced to Java, so it’s not like an actually desirable feature of the language. But the point is that this wouldn’t be reason for anyone to not call Java and Kotlin not statically typed, their type system is just a bit weaker than others in certain aspects