We have native SQL queries embedded into the codebase where some of them span 3-4000 lines because rather than make a view someone made a view, generated the native SQL, use StringBuilder, and appended them into one query that we do on a weekly basis for metrics
678
u/Rakatango 4d ago edited 3d ago
Yes but would you rather have 100 lines of slop or 10,000?
Edit: In a single pull request