Trending

#codingstyle

Latest posts tagged with #codingstyle on Bluesky

Latest Top
Trending

Posts tagged #codingstyle

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

0 0 1 0
Preview
The Art of Beautiful Functions in TypeScript TypeScript elevates JavaScript with a sophisticated type system that transforms how we design and...

dev.to/xtareq/the-a... #summary #codingstyle #typesystem

1 0 0 0

Trying out that new 'vibe coding' approach... my spec-driven brain is confused. Send coffee. #CodingStyle #DeveloperHumor

0 0 0 0

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

0 0 0 0
Tidyverse style guide

🐫 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)

10 2 3 0
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.

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

2 0 0 0
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,
 }"

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

0 0 0 0
Preview
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. ...

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

0 0 0 0
Preview
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.

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

0 0 0 0