welcome
documentation
resources
contribute
blogs
download
Sign in
wish# 1001 Add enumerated types
Submitter:
javier
Category:
Compiler
Date:
2015/09/04
Number:
1001
Status:
Open
Synopsis:
Add enumerated types
Description
A way to author Enum-like class for typed options or flags. Currently using INTEGER and a bag of analogous constants doesn't make Eiffel "elegant". Cons: The best practice way to get a value that only needs to be defined once is by using the "once" keyword in combination with a feature.
Go to wish list
Interactions