Indie development Memes

Posts tagged with Indie development

Who Needs Project Management When You Have Talent?

Who Needs Project Management When You Have Talent?
Ah, the mythical "organized development process." While enterprise teams are drowning in Jira tickets, standups, and 27 different Trello boards, these indie devs are out here making masterpieces while asking "Is software the thing with the clicking?" Their Trello account got deactivated from neglect while your team has three people whose entire job is maintaining the sprint backlog. Yet somehow they ship and you're still "refining requirements" for that button color change from last quarter.

Twenty Years Of Experience

Twenty Years Of Experience
When the job posting asks for "clean, maintainable code" but you open the codebase and find a 200+ element global array tracking everything from "Joe's Sunglasses" to "Coffee Temperature" to "Did we say No to Joe?" ๐Ÿ˜‚ That GameMaker project is the digital equivalent of finding a serial killer's wall of string and newspaper clippings. Each variable is initialized to zero, patiently waiting to track some obscure game state that only makes sense to the original developer who's probably moved to a cabin in the woods by now. Pro tip: If your storyline tracking system requires comments longer than the actual code, you might want to consider using, oh I don't know... OBJECTS? ENUMS? Literally anything but a massive global array that screams "I learned programming from a YouTube tutorial in 2003."