In modern, well-structured codebases with decent linting and tests, human-written code is often the weakest link.<p>Tools like Cursor, properly configured, consistently produce higher-quality code than humans—cleaner, faster, and bug-free.
We’ve moved past the age of hero coders and into the era of ...
Thread
Stories related to "Writing Your Own Code Considered Harmful" across the full archive.
In modern, well-structured codebases with decent linting and tests, human-written code is often the weakest link.<p>Tools like Cursor, properly configured, consistently produce higher-quality code than humans—cleaner, faster, and bug-free.
We’ve moved past the age of hero coders and into the era of ...
That's my question.<p>I've found myself dithering a lot now over whether to just write it, knowing I could try to order it up and fix it while I have a cup of coffee. What worries me is it's making me less likely to just <i>get up and make code</i>.
A screencast of the presentation I gave at the Austin Haskell meetup.
Sorry about the audio.
I have always quite liked CJ Dates views on Relational Theory and SQL.
So recently I started writing sqlite code as if he was perfectly correct... ie. Following every dictum in
[ SQL and Relational Theory, 2nd Edition
How to Write Accurate SQL Code
By C.J. Date](http://shop.oreilly.com/produc...
The eBook that I've been working on to teach people how to write OpenSCAD code to build and design 3D models
isup.me: [site](http://www.isup.me/http://rosettacode.org), [archive](https://web.archive.org/web/20160224221007/http://www.isup.me/http://rosettacode.org)
rosettacode.org: [site](http://rosettacode.org),
[archive](https://web.archive.org/save/http://rosettacode.org)
As of this posting, isup....
We recently held the first Pony Virtual Users' Group meetup. Sylvan Clebsch, the creator of Pony, gave a run through of some advanced type system features that are used when writing generic code.