Council 'will pull out' of new 10,000-home Essex town if it doesn't meet locals' needs
My uncle's care home fees doubled to £7,500 A MONTH in just five years - here's what I wish I'd known: ANDREW PENMAN
Why you must take your tax-free pension lump sum NOW if you need it, JEFF PRESTRIDGE on what savers rattled by Budget fears can do
UEFI Secure Boot for Linux Arm64 – where do we stand?
Arm devices are everywhere today and many of them run Linux. The operating system also powers cloud computing and IT environments all over the world. However, x86 is still the dominant architecture of global computer hardware, where the Unified Extensible Firmware Interface (UEFI) with Secure Boot incorporated is a standard. But what does UEFI look like from an Arm perspective?…
Unemotional Charlie Kirk suspect Tyler Robinson makes first court appearance in a suicide vest
The crime boss living as a respectable family man...who laughed when he was caught: Inside the investigation to take down a kingpin's multi-million pound empire
Tourists trapped near Machu Picchu as protests block train route to ancient Inca citadel as US issues travel warning
Scientists Find That Ice Generates Electricity When Bent
Read more of this story at Slashdot.
Essex Police seize 20 vehicles in dangerous driving crackdown
Fallen tree on Essex railway blocks Greater Anglia trains - live updates
How Hollywood bosses thought Robert Redford was ice cold and distant - and he thought they were shallow, trivial and dishonest
Essex NHS worker shed 6 stone with weight loss jab but now has to work extra shifts after price hike
Twisted truth about mysterious tentacled beast emerging from 'meteorite'
REBECCA ENGLISH: Royals united in grief for down-to-earth Duchess of Kent - but strain is on show as shamed Andrew joins family
Representative Line: Brace Yourself
Today's representative line is almost too short to be a full line. But I haven't got a category for representative characters, so we'll roll with it. First, though, we need the setup.
Brody inherited a massive project for a government organization. It was the kind of code base that had thousands of lines per file, and frequently thousands of lines per function. Almost none of those lines were comments. Almost.
In the middle of one of the shorter functions (closer to 500 lines), Brody found this:
// }This was the only comment in the entire file. And it's a beautiful one, because it tells us so much. Specifically, it tells us the developer responsible messed up the brace count (because clearly a long function has loads of braces in it), and discovered their code didn't compile. So they went around commenting out extra braces until they found the offender. Code compiled, and voila- on to the next bug, leaving the comment behind.
Now, I don't know for certain that's why a single closing brace is commented out. But also, I know for certain that's what happened, because I've seen developers do exactly that.
.comment {border: none;}