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
dev.to/xtareq/the-a... #summary #codingstyle #typesystem
Trying out that new 'vibe coding' approach... my spec-driven brain is confused. Send coffee. #CodingStyle #DeveloperHumor
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
🐫 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)
A screenshot of an ESLint configuration file (eslintrc.js) with detailed comments. The file includes settings for environments like browser, Node.js, and ES2021. It extends configurations for StandardJS, Prettier, and React (optional). The configuration includes plugin options, parser settings, and placeholder sections for custom rules.
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
A screenshot of a Prettier configuration file (.prettierrc) in JSON format with the following settings: "{ "printWidth": 110, "arrowParens": "void", "semi": false, "singleQuote": true, "trailingComma": "all", "bracketSpacing": true, }"
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
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
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