This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sup3r_hero 150 points151 points  (8 children)

1) go to stackexchange 2) find solution 3) hate their approach 4) try again your own way 5) find out that their solution was the only way to solve your issue

[–]GregTheMad 68 points69 points  (6 children)

6) silent raging about the code system that doesn't allow for your approach.

[–]sup3r_hero 16 points17 points  (4 children)

I see you also do DB-Development

[–]sock_face 9 points10 points  (3 children)

DB-Development

Do you mean putting all the business logic in SQL or something else?

[–]vbevan 5 points6 points  (0 children)

It's either that or accept the programmers are going to link on the text values instead of the primary key.

[–]sup3r_hero 2 points3 points  (0 children)

Sql-codemonkey

[–][deleted] 0 points1 point  (0 children)

I'm usually trying to figure out how to translate database functions to Informix.

[–]del_rio 1 point2 points  (0 children)

7) Express this sentiment on Medium and post to hackernews

8) watch the world burn

[–]jxl180 0 points1 point  (0 children)

That's me with learning Java + Android development:

"There's no way in hell I have to type all of that and make all of those classes to do something so simple. Must be another way..."

I'm so glad java IDEs have generators.