Städa kod: användbar kunskap
Fredrik har läst Kent Becks bok "Tidy first?", som diskuterar hur och när man ska passa på att göra små, enkla uppstädningar i sin kod.

Ett utdrag ur Kodsnack 673, lyssna där poddar finns eller på kodsnack.se!
#podcast #tidyFirst #refactoring #programmering #kod

"All software design is preparation for change. #TidyFirst

(@kentbeck - https://x.com/KentBeck/status/1552764312590045184)

#OnModernDev

Kent Beck 🌻 (@KentBeck) on X

All software design is preparation for change. #TidyFirst

X (formerly Twitter)

(1) Those aboard the AI-hype vibecode train claim it 10xs their productivity... And yet writing code only accounts for a small portion of time spent. Most time is spent debugging, understanding the system and knowing what path to take when there's a large fork in the road. If they spent time working on system visibility, and improving their system design capabilities... Then they'd 10x.

#AI #VibeCode #TidyFirst

🚀 New chapter added to the Guile Hacker Handbook 🚀

This is a book to learn Guile in a #TestDrivenLearning style 👽

⬇️ Check it out ⬇️
🇫🇷 🇬🇧 🇮🇹 https://jeko.frama.io

The app tutorial got a new use-case implemented.

#gnu #guile #scheme #tdd #cleanCode #cleanArchitecture #tidyFirst

Home-en — Guile Hacker Handbook

Last year I kept seeing 'Tidy First?' on https://www.oreilly.com/ and kept meaning to read it. This morning I found a talk version and I’m watching it: https://youtu.be/Saaz6D1azlU

#tidyfirst #kentbeck
(Book link: https://learning.oreilly.com/library/view/-/9781098151232/ )

O'Reilly Media - Technology and Business Training

Gain technology and business knowledge and hone your skills with learning resources created and curated by O'Reilly's experts: live online training, video, books, our platform has content from 200+ of the world's best publishers.

Theorie des Aufräumens - Kent Beck’s “#TidyFirst ?” mit Marco Emrich 2/2
Aufnahme (Video / #Podcast) verfügbar!
#SoftwareArchitektur im #Stream
https://software-architektur.tv/2024/08/02/episode226.html
Folge 226 - Theorie des Aufräumens - Kent Beck’s “Tidy First?” mit Marco Emrich 2/2

Marco und Eberhard sprechen über Kent Beck's Theorie zu Tidyings. Wann und warum sollte man aufräumen?

Theorie des Aufräumens - Kent Beck’s “Tidy First?” mit Marco Emrich 2/2

https://tube.tchncs.de/w/fAs9XufFqGJk4PXJM2s8u6

Theorie des Aufräumens - Kent Beck’s “Tidy First?” mit Marco Emrich 2/2

PeerTube

Just finished reading #TidyFirst by @kentbeck. I was pleasantly surprised by its depth. Not that I expected something else by Kent, but because it is a quite thin book with an apparent focus on practically improving code.

My takeaways are the realization that options are more worth in uncertain times, and that the cost of software is dominated by the amount of coupling.

Well worth reading!

#programming #softwaredevelopment #refactoring #softwaredesign

I've migrated to substack and after reading @kentbeck's #TidyFirst I reflected on how to better incorporate #TDD practices in #DataEngineering, which I've had difficulties with thus far.

I've written about those reflections; feedback is much-appreciated https://cabang.substack.com/p/test-driven-data-engineering

I am very self-conscious about blogging, and don't really share it... but people don't know me IRL on the #fediverse so maybe I'm safe  

Test-driven data engineering

A perspective on how to build data integrations and clients in a TDD fashion

Reflective Software Engineering

The biggest thing to remember from @kentbeck Tidy First? is

cost(software) ~= coupling

When reviewing code, designing an architecture or how teams interact, the level of coupling is now an even more important criteria in any decision than before.

#TidyFirst #programming