• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle





  • Then we can at least agree that DataGrip blows SSMS out of the water.

    By salt, I mean the total cost of the software. The install size, the launch time, the update time, whatever they’re charging my company, and any overhead in using it.

    For VS, it should be better. It’s big. It’s slow. It lacks features. There are poorly supported features and abandoned, half-baked stuff. I have to have multiple versions installed because they broke backwards compatibilty for some stuff. MS should be able to do better, but I don’t think the company can.




  • Yeah, this feels like “premature optimization”. When you design your applications and databases, it should reflect your understanding of the problem and how you solved it as best as possible. Using DATETIMEOFFSET NULL when you actually mean BIT NOT NULL isn’t saying what you mean. If you already understand that you have a boolean option and you think you might need a timestamp to track it, use 2 columns. Or an audit table. So sayeth the holy SRP.