#language-features

[ follow ]
fromInfoWorld
3 weeks ago

TypeScript 5.9 supports deferred module evaluation

TypeScript 5.9 introduces expandable hover tooltips with customizable verbosity in Visual Studio Code.
fromHackernoon
1 month ago

Here's What You Need to Know About Go 1.22 | HackerNoon

In Go 1.22, the traditional 'for' loop gotcha with sharing loop variables is resolved, ensuring variable isolation across iterations for better code reliability.
Scala
Scala
fromHackernoon
4 months ago

Range Over Function Types: The New Feature in the Go 1.23 Release | HackerNoon

Go 1.23 introduces range over function types, enhancing generic container usability by enabling iteration over elements without needing internal field access.
fromCodeProject
10 months ago

(Non-)Nullable Reference Types

Nullable reference types in C# mislead by focusing on non-nullable variables rather than explicitly clarifying type distinctions.
The implementation of nullable reference types creates confusion and potential security vulnerabilities in C# applications.
[ Load more ]