Skip to main content
2 answers
2
Asked 349 views

What is a typical day of a Software Developer.

I want to be a Software Developer I want to know what people in this field do everyday.

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

2

2 answers


0
Updated
Share a link to this answer
Share a link to this answer

Rich’s Answer

In my experience, this can vary based upon the project and customer needs. You may be focusing on one task and the priorities shift and you have to refocus you attention on the new priority.

  1. Plan to spend time on a daily basis understanding the challenge/customer need
  2. Developing code for the solution
  3. Testing the code for validation
  4. Documentation

There also may be travel required for implementation if you need to deploy your solution in the customer environment as is my case.

I suggest you identify some companies local to you that you have interest in and see if they can offer shadowing opportunities so you can get some first-hand experience. This would be well worth it in my opinion!

0
0
Updated
Share a link to this answer
Share a link to this answer

Gabriele’s Answer

If you work in a company using Agile methodologies, your day starts with a 15 mins daily standup meeting where each team member explains very briefly what s/he did the day before, what is going to work on that day and if there is any block that requires help.
Then the work will start pulling the most relevant card/s to work on during the day. It could be about developing software, or refactoring code or testing stuff developed by other team members. Depending on the projects in progress, probably during the day you will be involved in some alignment meetings with people from other teams or weekly with the Product owner and the rest of the team to review the backlog of activities to be started. Periodically you will be involved also in demos or retrospective meetings to review the work done, get feedbacks and evaluate possible improvements to the team processes and way of work.
0