FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Cursor keeps ignoring your project's naming conventions. Here's why.
NewsWeb Development

Cursor keeps ignoring your project's naming conventions. Here's why.

via Dev.to WebdevZac5h ago

You've told Cursor your project uses camelCase. It uses snake_case anyway. You've explained that components go in src/components . It puts them in components/ . You've said no inline styles. There they are. This isn't random. It's a specific problem with how rules get loaded and how LLMs weight context. Why Cursor forgets Cursor loads .cursorrules at the start of a session. Those rules compete with everything else in context: the code it's looking at, the conversation history, and its own training on patterns from millions of GitHub repos. The more code in context, the less weight your rules get. A long conversation has the same effect. Your naming conventions are technically in there — they're just getting outweighed by statistical patterns from codebases that do things differently. What actually works State rules in the negative, not just the positive Instead of: Use camelCase for variable names. Use: Use camelCase for variable names. Never use snake_case or PascalCase for variables.

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

Why Some Developers Keep Growing While Others Fall Behind
News

Why Some Developers Keep Growing While Others Fall Behind

Medium Programming • 21m ago

These Sonos Over-Ear Headphones Are $100 Off
News

These Sonos Over-Ear Headphones Are $100 Off

Wired • 24m ago

Best Walmart deals to compete with Amazon's Big Spring Sale 2026
News

Best Walmart deals to compete with Amazon's Big Spring Sale 2026

ZDNet • 34m ago

BEST Small Phone with Leica Cameras?
News

BEST Small Phone with Leica Cameras?

Medium Programming • 45m ago

The Quiet Growth of the Algorave Scene
News

The Quiet Growth of the Algorave Scene

Medium Programming • 1h ago

Discover More Articles