1
0

Software engineering is about thinking, not typing

This commit is contained in:
Richard Dern 2023-10-17 16:38:44 +02:00
parent 363940465f
commit 6e2ce94a19
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ddb6b80744282756113bfe40aaf8dda0d9540ea5c0b8c85275b41ab74600e2c
size 238595

View File

@ -0,0 +1,20 @@
---
title: "Software engineering is about thinking, not typing | Organizing Chaos"
date: 2023-10-17
cover: "images/screenshot.jpg"
tags: [
Développement,
Artisanat
]
links:
- title: "Page originale"
url: https://jordankaye.dev/posts/thinking-not-typing/
- title: "Lien archivé"
url: https://web.archive.org/web/https://jordankaye.dev/posts/thinking-not-typing/
---
> Weeks of coding can save you hours of planning Software engineering best practices emphasize and value the importance of iterative work. They encourage working in ways that give us opportunities to make decisions frequently and adapt to changing circumstances. These principles are nearly ubiquitous and seem necessary for successful engineering efforts at large scales, but the concept is sometimes taken to an extreme that can be unhelpful. While its almost always a good idea to maintain the ability to iterate quickly and change our minds, that doesnt mean that one shouldnt take time to think before they begin to act.
De quoi me donner raison quant à la répartition du temps :
<x-post-card model="/blog/2023/02/16/c-est-quoi-un-bon-developpeur/" />