mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Author:halw
Date:2009-06-10T15:49:51.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@232 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -28,6 +28,9 @@ So in the discussion below, you will see references to these classes:
|
||||
|}
|
||||
|
||||
|
||||
It's not important that you know much about the details of these classes. We will, however, look at certain parts of the classes in enough detail to resolve the conversion issues.
|
||||
|
||||
|
||||
=Conversion considerations=
|
||||
|
||||
==To redesign or not to redesign==
|
||||
|
||||
@@ -178,7 +178,7 @@ So, self-initializing attributes are just ordinary attributes, and they can be
|
||||
end
|
||||
</code>
|
||||
|
||||
In the example above, the attribute <code>value</code> will be attached to an object of type STRING, in fact, the empty string, if no other initialization occurs before the first access of <code>value</code>.
|
||||
In the example above, the attribute <code>value</code> will be attached to an object of type <code>STRING</code>, in fact, the empty string, if no other initialization occurs before the first access of <code>value</code>.
|
||||
|
||||
===Rule for conformance===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user