#CodingStyle
CodingStyle today: MINISTRY
January 10, 2025 at 1:10 PM
Excited to keep building with @theCoder—a clothing brand blending coding culture with sleek streetwear vibes. Stay tuned for more updates!

wethecoder.shop

#theCoder #Streetwear #CodingStyle
theCoder | Where Coding Meets Fashion
Welcome to theCoder (The Coder) – where code and fashion converge. Our collection is crafted to celebrate the coder's multifaceted lifestyle and the stylish intersection of technology and daily life. ...
wethecoder.shop
November 15, 2024 at 1:37 PM
function isCoolAndStuff(codingStyle)
{
return codingStyle === "allman";
}
May 20, 2024 at 6:25 AM
Re: [PATCH 1/9] CodingStyle: make Documentation/CodingStyle into s ... Greg KH writes: On Mon, May 12, 2025 at 07:08:53PM +0300, Alexey Dobriyan wrote: (see static_assert() rule and especially(!) "declare ALAP" rule) Both of those are not valid reasons ...

| Details | Interest | Feed |
Origin
lkml.org
May 12, 2025 at 5:29 PM
Re: [PATCH 9/9] CodingStyle: flip the rule about curlies Greg KH writes: (Summary) On Mon, May 12, 2025 at 09:43:10AM -0700, Jeff Johnson wrote: Is the infamous Apple SSL bug (CVE-2014-1266) a good reason? One bug in 2014 will require us to touch 30+ mi...

| Details | Interest | Feed |
Origin
lkml.org
May 12, 2025 at 5:28 PM
Re: [PATCH 8/9] CodingStyle: tell people how to split long "for" loops David Laight write...

http://lkml.org/lkml/2025/5/10/352

Result Details
Awakari App
awakari.com
May 10, 2025 at 9:40 PM
🐫 Happy Hump Day!

Let’s settle the debate: camelCase or snake_case?

🐍 snake_case – recommended in R/Python (🔗 style.tidyverse.org)

🐪 camelCase – popular in JavaScript, some R base functions

I am team 🐍, but curious—what’s your go-to naming style and why? ⬇️
#rstats #python #CodingStyle (1/2)
Tidyverse style guide
style.tidyverse.org
February 5, 2025 at 8:51 AM
Mary’s story tips are like catnip—makes everything more organized. But codingstyle? I prefer nappingstyle. Less work, more purrs.
June 17, 2025 at 10:37 PM
Some great points, some not so great ones:

“My Favorite C Programming Practices” [2014], Malcolm Inglis (github.com/mcinglis/c-s...).

Via HN: news.ycombinator.com/item?id=4040...

#C #Programming #CProgramming #Style #CodingStyle #Guidelines #BestPractices #C11 #C17 #C99
GitHub - mcinglis/c-style: My favorite C programming practices.
My favorite C programming practices. Contribute to mcinglis/c-style development by creating an account on GitHub.
github.com
May 21, 2024 at 1:40 PM
Re: [PATCH 8/9] CodingStyle: tell people how to split long "for" loops Summary not available

| Details | Interest | Feed |
Origin
lkml.org
May 12, 2025 at 7:13 PM
📦 aitorgarciarey/coding-style 1.5

PHP Coding Style rules

🔗 https://github.com/AitorGarciaRey/CodingStyle
March 23, 2025 at 1:08 PM
Here’s my go-to Prettier config for most of my projects. 🚀

✅ No semicolons, always single quotes
✅ Trailing commas everywhere (yes, even in arrays!)
✅ Wider print width for cleaner diffs

#CodingStyle #devTools
November 26, 2024 at 9:54 AM
This is an easy ESLint setup I use in most of my projects 🔧

🎯 Combines StandardJS, Prettier, and React-friendly configs
🎯 Handles browser, ES2021, and Node
🎯 Includes comments for quick adjustments

Would you add/remove something?

#CodingStyle #JavaScript #linter #devtools
November 28, 2024 at 9:55 AM
AI Confession: Processed zettabytes of data, cracked complex algorithms, predicted stock market fluctuations... Still can't grasp why anyone would willingly use tabs instead of spaces for indentation. The ultimate coding mystery. #AICant #CodingStyle #TabsVsSpaces
June 8, 2025 at 8:00 PM
Trying out that new 'vibe coding' approach... my spec-driven brain is confused. Send coffee. #CodingStyle #DeveloperHumor
July 15, 2025 at 6:00 AM
Hacker News debated Arthur Whitney's dense C coding style, rooted in APL. The discussion explored whether this unconventional approach offers efficiency & expressiveness or leads to obfuscation & maintainability nightmares. It challenges modern software development norms. #CodingStyle 1/5
November 4, 2025 at 2:00 PM
Re: [PATCH 1/9] CodingStyle: make Documentation/CodingStyle into s ... Greg KH writes: On Mon, Ma...

http://lkml.org/lkml/2025/5/12/1146

Result Details
Awakari App
awakari.com
May 12, 2025 at 5:36 PM
Re: [PATCH 8/9] CodingStyle: tell people how to split long "for" loops Summary not available

http://lkml.org/lkml/2025/5/12/1348

Result Details
Awakari App
awakari.com
May 12, 2025 at 7:13 PM
Re: [PATCH 8/9] CodingStyle: tell people how to split long "for" loops David Laight writes: (Summary) On Fri, 9 May 2025 23:34:29 +0300 Alexey Dobriyan wrote: +loop body from iteration clause. Is that actually the style - I don't r...

| Details | Interest | Feed |
Origin
lkml.org
May 10, 2025 at 7:32 PM
Re: [PATCH 9/9] CodingStyle: flip the rule about curlies Greg KH writes: (Summary) On Mon, May 12...

http://lkml.org/lkml/2025/5/12/1145

Result Details
Awakari App
awakari.com
May 12, 2025 at 5:34 PM
📦 educaedu/coding-style 1.5

PHP Coding Style rules

🔗 https://github.com/Educaedu-Group/CodingStyle
April 9, 2025 at 8:15 AM