Move daily emails into the blog page

This commit is contained in:
Oliver Davies 2025-08-21 00:28:10 +01:00
parent be69398931
commit 1b8441608f
828 changed files with 9 additions and 196 deletions

View file

@ -0,0 +1,25 @@
---
title: Ask questions
date: 2024-05-30
permalink: daily/2024/05/30/ask-questions
tags:
- software-development
cta: ~
snippet: |
Don't ask only technical questions.
---
As a Software Developer, it's common to hear that you need to ask questions to progress or work efficiently.
You shouldn't just ask technical questions, though.
Also ask questions like:
- What do we want to achieve by delivering this feature?
- How do we know if it's a success (or not)?
- What business value does this add and who will benefit?
- Why do this now? Why not wait a few months or not do it at all?
- Is there an existing solution for this?
- Can we achieve the same or a similar result in a different way?
As well as knowing how to do something, it's important to know why it needs to be done.