Behavior
Everything on SkillVeris tagged Behavior — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Comments in Batch Files
How to write and use comments in batch files, and why documentation matters for long-lived scripts.
Handling Reconnection
Understand Socket.IO's built-in automatic reconnection behavior, how to configure and tune it, and how to restore application state like room membership after…
Decorator Pattern
The Decorator pattern attaches additional responsibilities to an object dynamically by wrapping it in one or more decorator objects that share its interface.