Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
30
sculpin/source/_posts/2025-07-07.md
Normal file
30
sculpin/source/_posts/2025-07-07.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
date: 2025-07-07
|
||||
title: Asking the right question
|
||||
permalink: /daily/2025/07/07/asking-right-question
|
||||
---
|
||||
|
||||
I recently watched a YouTube video about [not turning Neovim into VS Code][0] by Jannik Buhr.
|
||||
|
||||
In the video, he compares asking two questions:
|
||||
|
||||
- How do I get VS Code tabs in Neovim?
|
||||
- How do you work with multiple files in Neovim?
|
||||
|
||||
Depending on which question you ask, you'll get quite different answers.
|
||||
|
||||
The same is true when working on software projects.
|
||||
|
||||
A client or Product Owner may request some new functionality or a change to the existing code, but ideally, you want to understand what caused the request.
|
||||
|
||||
You want to understand the problem to suggest the appropriate solution and not be locked into a pre-selected solution.
|
||||
|
||||
If you understand the problem, you may be able to solve it in a different way that could be easier or faster to do, or easier to maintain.
|
||||
|
||||
You may be able to suggest a short-term solution that means you can meet a deadline or work around a blocker, and implement a different solution in the future.
|
||||
|
||||
If you don't understand the problem or what you're trying to achieve, you can't make the best suggestions.
|
||||
|
||||
Ask the right questions.
|
||||
|
||||
[0]: https://www.youtube.com/watch?v=B7i5l0dTAAc
|
Loading…
Add table
Add a link
Reference in a new issue