Void
Everything on SkillVeris tagged Void — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Async Commands
How to correctly implement ICommand for asynchronous operations without deadlocks, unobserved exceptions, or double-execution, including the AsyncRelayCommand…
any, unknown, never and void in TypeScript
The four special types that sit outside normal type checking — the unsafe escape hatch, the safe escape hatch, the impossible type, and the absent-return type.
Common C# Pitfalls
A tour of the mistakes that trip up C# developers most often — from closures over loop variables to silent null reference bugs and misused async void.