Tag

Record

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 25, 2024 · Backend Development

Unlock SpringBoot 3.3.0: Adding Descriptions to Record Components via Configuration Metadata

This article explains SpringBoot 3.3.0's new support for adding description metadata to record components, covering configuration metadata basics, how to generate the metadata file, and step‑by‑step examples using both classic Java classes and Java records.

Backend DevelopmentConfiguration MetadataJava
0 likes · 7 min read
Unlock SpringBoot 3.3.0: Adding Descriptions to Record Components via Configuration Metadata
360 Tech Engineering
360 Tech Engineering
Jun 6, 2020 · Frontend Development

Understanding JavaScript Record & Tuple Proposal: Immutable Value Types and Their Benefits

This article explains the Stage‑1 JavaScript Record & Tuple proposal, showing how the new immutable value types are created with a leading #, how they differ from objects by using value‑based comparison, and why they improve deep equality, sharing, non‑destructive updates, and usage in Maps and Sets.

ECMAScriptImmutableJavaScript
0 likes · 10 min read
Understanding JavaScript Record & Tuple Proposal: Immutable Value Types and Their Benefits