#records Cursor Rules

Cursor IDE rules tagged with #records.

Utilizing Records and Tuples for Immutable Data Structures in JavaScript

Introduction to using Records and Tuples in JavaScript to create immutable data structures, reducing errors from unintended mutations.