Open SleeplessByte opened 4 years ago
Here is a list of concepts that don't currently exist but probably should. Feel free to add more/change/tick.
member
property
field
function overloading
optional parameters
mixins
reflection
attributes
@SleeplessByte Is there anywhere you would like this moving to etc?
Wherever V3 ref docs are going to.
They're staying here for now :+1:
Here is a list of concepts that don't currently exist but probably should. Feel free to add more/change/tick.
member
: https://en.wikipedia.org/wiki/Member_variableproperty
: https://en.wikipedia.org/wiki/Property_%28programming%29field
: https://en.wikipedia.org/wiki/Field_(computer_science)function overloading
: https://en.wikipedia.org/wiki/Function_overloadingoptional parameters
: https://en.wikipedia.org/wiki/Named_parameter#Optional_parametersmixins
: https://en.wikipedia.org/wiki/Mixinreflection
: https://en.wikipedia.org/wiki/Reflection_(computer_programming)attributes
: https://en.wikipedia.org/wiki/Attribute_(computing)