Hacker Newsnew | past | comments | ask | show | jobs | submit | fastbmk_com's commentslogin

He is an employee of JetBrains in Munich, Germany office.


No idea why, but this app offers purchases via good old Bank Cards, without any Google mediation.

https://play.google.com/store/apps/details?id=com.navigation...


Yeah, so? Things have significantly changed since then?


It's common on HN to include the year in the submission title if it's over a year old. As only the submitter or a mod can edit the title, commenters often prompt an edit as your parent did. It's not a comment on the worthiness of the submission: it's an aid to the readers.


Looks like the 'edit' link has disappeared for an unknown reason.


It disappears very quickly after you post. You only have a short time (minutes?) before your post belongs to the ages.


What a cruel world!


What's the problem with maintainability of stored procedures?

For example, one can keep them in 'stored-procedures.sql' under Git version control and deploy them via one command, like `psql ...`.

Won't it work that way?


Maintainability is more then just version control. It's about being able to discover complex business logic, refactoring, and finding patterns to reduce code use. There's only one useful tool I found to quickly manage thousands of stored procedures and it was datagrip unfortunately the company I was working at would not allow devs to use anything but SSMS. Have you tried filtering thousands of stored procedures that don't follow naming convention and are riddled with bugs?! (Even with datagrip it still bad, not horrible but still bad)

Tooling is a devs best friend. Using an IDE or vim/emacs with the correct extensions allows developers to easily see where a class is being used, allowing quick inspection. I do believe stored procedures have a place but they've been abused too much.


> Have you tried filtering thousands of stored procedures that don't follow naming convention and are riddled with bugs?!

No. I was thinking about something like a greenfield project, small or medium size. Where about 100 stored procedures are all named nicely and 2-3 developers working on the project fully understand what they are doing with them :)


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: