DashboardKnowledgeAlways use const

Always use const

Category: preference
Confidence: 1.00
ID: 01a0a115-4a18-70e7-b38a-c556001c96c5
Project ID: (global)
Cross-project: Yes
Recalled in other projects: 0
Source session: 171PVS0pDGXeE6Tvk
Created: 2026-09-14 18:02:02
Updated: 2026-09-14 18:02:02

Content

Always use const for bindings rather than let or var; immutable bindings are Burak Yigit Kaya’s explicit coding convention. Introduce mutable state only when the language or required behavior makes reassignment unavoidable.

Move to: