Skip to content

Commit db3f918

Browse files
authored
fix: remove mention of changing static fields (#509)
That's plain wrong.
1 parent 6c34be0 commit db3f918

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/developer-guide.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,4 @@ be automated, but before that is done those checks should be done manually.
212212
- verify the JAR size (should be < 3 MB)
213213
- open the English manual and check the version
214214
- open the Italian manual and check the version
215-
- check the 'edge' snap and promote it to stable if it works (https://snapcraft.io/edumips64/releases, needs login)
216-
217-
### Overriding instruction field values
218-
219-
Many instruction class contain static fields. This can be confusing and error-prone. If a concrete instruction
220-
defines any fields that are defined in parent classes (such as, for example, `OPCODE_VALUE`), it is important that
221-
the constructor also overrides the value of the same attribute for the superclass, or some methods will not work properly.
222-
223-
This is clearly too convoluted and should be redesigned in a way that makes it impossible to make mistakes.
215+
- check the 'edge' snap and promote it to stable if it works (https://snapcraft.io/edumips64/releases, needs login)

0 commit comments

Comments
 (0)