You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
3It's definitely not the most healthy job, but management is not fun in the long run and personally I found it a lot of frustrating than programming. You're constantly stuck between financial reality and a team that is trying to have a normal life. At times, you will need to translate tech and financial issues to people which are completely deaf to situations outside of their sphere. When I started code I didn't understand why management made what looked like non sense decisions, but once you understand the situations outside of tech, it can be difficult to reconcile that with your teams.Thomas– Thomas2020-07-18 16:38:50 +00:00Commented Jul 18, 2020 at 16:38
-
3If you work in a large company, things can go crazy very quickly: for example I had to have a team work overtime to make a product we had no intention to sell just because the publisher had promised a certain number of releases to shareholders for a specific date, also a classic is to deny milestone payments to external companies to push them into obedience due to lack of cash. Or threaten third parties that your company will not use their product anymore unless they add what we want for free, etc.. That was daily life in 2 of the top game publishers. I could write a book about it...Thomas– Thomas2020-07-18 16:41:00 +00:00Commented Jul 18, 2020 at 16:41
-
7"the moment you step out that train, you realize how fast it is going." Perfect description of the velocity the game industry goes at. Though I don't think the gradual shift from programming to management is necessarily a bad thing - someone who has decades of software dev experience has valuable understanding of what works and what doesn't, even if they are not up to par with current tech. I think that in general, the game dev industry is breakneck for everyone involved in the development process, programmers, artists and managers alike; there might be healthier opportunities elsewhere.oldmud0– oldmud02020-07-18 18:51:18 +00:00Commented Jul 18, 2020 at 18:51
-
5This story made me cry, it brought scary realization that time is the most brutal force of nature. Yonger developers need to take this as cautionary tale, one day you just wake up and realize you aren't young anymore, I went through this phase and it left me destroyed, uncertain, empty and whats more important frightened of future, sometimes it is very scary to look forward, especially when slowly you get up there in years.ImmortanJoe– ImmortanJoe2020-09-01 20:47:03 +00:00Commented Sep 1, 2020 at 20:47
-
2I am sincerely happy for you, and glad that there are people not afraid to speak up.ImmortanJoe– ImmortanJoe2020-09-01 20:50:42 +00:00Commented Sep 1, 2020 at 20:50
|
Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. software-industry), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you