You are viewing archived messages.
Go here to search the history.

Steve Dekorte 2024-11-14 19:20:13

I've been thinking a lot about this in the last 6 months and ran across this today: gauge.sh/blog/ai-makes-tech-debt-more-expensive

📝 AI Makes Tech Debt More Expensive

AI increases the penalty for low quality code

Taylor Troesh 2024-11-15 11:23:48
Lu Wilson 2024-11-16 11:07:46

Lots of nuggets of wisdom in this book about live coding

livecodingbook.toplap.org/book

📝 Live Coding: A User's Manual

Live Coding: A User's Manual, published by MIT Press

Lu Wilson 2024-11-16 11:08:23

eg:

image.png

Jason Morris 2024-11-16 20:54:49

Taking a look, but I'm not far in, and I'm unfamiliar with the terrain. I have found that some of the most effective uses of my own tool have been as an executable medium of communication, to help different people know whether they were communicating complicated things successfully, because when they had, everyone agreed that the code was behaving in accordance with their understanding. I wonder if that "code as a medium of clarifying conversation" idea is a cousin of "code as a medium of performance", and if they have as a shared grandparent "code as a medium of human communication", which has as other grandchildren things like "code as communication between developers," which speaks to things developers are more familiar with, like comments, and naming conventions... Does it all grow out of "code is about people"?