wied03 (Brady Wied)
- Login: wied03
- Registered on: 04/30/2016
- Last sign in: 04/30/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 0 | 1 |
Activity
05/19/2016
- 11:04 PM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- Daniel: It might be easiest to go read about how readonly works in C#.
This is quite different than a constant bec...
05/02/2016
- 03:56 PM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- I know that it has nothing to do with freezing. I was just using that as an example of something where Ruby has decid...
- 02:54 PM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- If the developer had to take care of all of this, we probably would not have freezing right? You could make the case ...
- 02:51 PM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- Maybe leaving it to the developer or design/code reviewing is the best way. I do think there is something to the idea...
- 02:21 AM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- If the feature should be rejected, I can live with that, but I don't think we had the same idea of what I was request...
- 02:20 AM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- Here is an example:
~~~ruby
class Foo
attr_reader :foo
def initialize
@foo = 123
end
def acc... - 02:15 AM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- This feature request is not about being external to the object.
I can have multiple Ruby methods in the same class...
05/01/2016
- 04:38 PM Ruby master Feature #12334: Final/Readonly Support for Fields / Instance Variables
- Sorry, I should have used correct terminology. By fields, I meant instance variables.
04/30/2016
- 06:28 PM Ruby master Feature #12334 (Open): Final/Readonly Support for Fields / Instance Variables
- This sort of relates to https://bugs.ruby-lang.org/issues/11911
C# through 'readonly' and Java through 'final' var...
Also available in: Atom