Robuta

https://www.avanderlee.com/swift/unknown-default-enums-in-swift/
Jul 31, 2021 - Why and how to use @unknown default in Swift 5 and up. Learn why it does not always show up and why it's helping your project to be future proof.
unknowndefaultusageenumsswift
https://andreasfertig.com/blog/2024/01/cpp20-concepts-applied/
In 2020 I wrote an article for the German magazine iX called Scoped enums in C++. In that article, I shared an approach of using class...
cappliedsafeusingenums
https://laravel-news.com/translatable-enums
A handy Laravel package for translatable enums.
laravel newsenums
https://www.totaltypescript.com/erasable-syntax-only
Feb 5, 2025 - TypeScript 5.8's new erasableSyntaxOnly flag enforces pure type annotations by disabling enums, namespaces, and parameter properties.
typescriptshipsdisableenumstotal
https://protovalidate.com/reference/enums/
Protovalidate is the semantic validation library for Protobuf. It provides standard annotations to validate common rules on messages and fields, as well as the...
enums
https://blog.ewancroft.uk/3m3zys4dft24c?auth_completed=true
sessionstructsenums
https://unity.com/how-to/scriptableobject-based-enums
Learn about the benefits of ScriptableObject-based enums and get tips on how to use them in your Unity project.
usebasedenumsprojectunity
https://danijelavrzan.com/posts/2023/11/create-tabview-with-enums/
Nov 14, 2023 - Enums let you define your own set of values and use them safely in code. In this article, we’ll build a TabView and use enums to manage its data in a clean,...
handledatatypesafeway
https://fly.io/laravel-bytes/user-levels-enums-and-policies-oh-my/
Using Enums to add a level structure to users, and using Policies to authorize actions based on those user levels.
userlevelsenumspoliciesoh
https://godot.land/godot-gdscript-enums/
Aug 27, 2025 - En este tutorial aprenderemos que son los Enums en GDScript también conocidos como enumeraciones o enumeradores, además crearemos algunos Enums en Godot 4...
godotenumsgdscriptland
https://aptos.dev/build/smart-contracts/book/enums
Nov 19, 2025 - Learn about enum types in Move for defining variant types, pattern matching, and type-safe state representation.
enumsaptosdocumentation