✅ First task :)
Hi, Thats not rly a help topic, just wanted to ask you guys, what were your very first couple of tasks as a software engineer on a real job? I just want to clarify what kind of stuff beginners typically do when they start.
5 Replies
Mostly small features, like changing a bit of styling, fixing some very low-priority bugs, adding a few conditions to business logic. It's not necessarily about the result, it's mostly about allowing some time to learn how to navigate the codebase for further bigger tasks
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
interesting question
what i did was finding a way for a service to detect system start event and service start event so to execute configured tasks for those specific events
My very first ticket was to rename a string in an application from camel case to all upper case. From there I moved on to bug fixes, then implementing a new feature.
Today I'm in charge of a project and I have a student on the team. We're developing a greenfield project. Besides analytical tasks, I give the student as much space as possible to do implementation tasks.
Converting files to other file types with aspose