I’m only still here because account deletion is broken on KBin.

  • 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle

  • If the tags are anything like DWM or Awesome, they’re like traditional workspaces like you’d find in Gnome or KDE, but with the option to display multiple workspaces at the same time.

    Example:
    You have a “coding” tag that contains your editor and terminal, and a “browsing” tag that contains Firefox and Chrome. You can display the windows in just “coding” or “browsing,” or you can display all windows from both tags at the same time.





  • If you can’t see that writing readable code is part of the means to that end, I don’t know what to tell you. If nobody can maintain the codebase because it’s a mess of spaghetti logic and 20-deep dependency trees (I’m looking at you, every JavaScript project I’ve ever seen), the end product is going to suffer while also making every single engineer working on it want to leave.

    This is not a controversial take in professional software development.

    Funny, it sure seems like “maintainability should not be a priority” is a pretty controversial take to me.