Guilherme Taffarel Bergamin
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 9
-
Created Why does IntelliJ recommends using DECODE instead of CASE in SQL queries?
AnsweredIn a query with column defined as so: I get this warning: It's notorious the fact that `DECODE` is terrible for readability. This one is kind of fine, but if you have a lot of branches, it's almo... -
Created Is it possible for WebStorm to detect if an API endpoint is deprecated?
I'm working on several systems with Java Spring backend and Angular frontend. These Angular apps may use several of these Spring backends through endpoints, but each 3 or 4 of them are maintained b...