Hacker News new | ask | show | jobs
by justsomeuser 1774 days ago
Nice. What kind of business logic are you using SQL queries for?
1 comments

Any sort of decision point that tends to vary between our customers. We are getting really tired of maintaining custom code piles.
By that you mean several piles in different languages? Or one pile for each customer?
One for each. Our solution compiles to a single executable.
Would you not have unique code per customer regardless of if the code is SQL queries or C#?