Skip to content

Commit

Permalink
feat(#91): add refactoring todo
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Oct 6, 2023
1 parent aeafe56 commit f633426
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
/**
* Method properties as Xembly directives.
* @since 0.1.0
* @todo #91:60min Move all Directives* classes to a separate package.
* Right now they are in the same package as Xml* classes.
* We need to move them to a separate package. It will make it possible to hide
* some classes and probably remove prefixes like Directives*.
*/
final class DirectivesMethodProperties implements Iterable<Directive> {

Expand Down

4 comments on commit f633426

@0pdd
Copy link

@0pdd 0pdd commented on f633426 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 84-f9b12b5b disappeared from src/main/java/org/eolang/jeo/representation/BytecodeRepresentation.java), that's why I closed #91. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on f633426 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 108-b077d916 disappeared from src/main/java/org/eolang/jeo/representation/asm/ClassDirectives.java), that's why I closed #112. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on f633426 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 91-7dbf2b45 discovered in src/main/java/org/eolang/jeo/representation/asm/DirectivesMethodProperties.java) and submitted as #138. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on f633426 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 91-61c61fcc discovered in src/main/java/org/eolang/jeo/representation/asm/DirectivesMethodProperties.java) and submitted as #139. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.