Description
Currently instructions are split across two files:
SimpleInstruction.py - Instructions without arguments
InstructionWithArguments.py - Instructions with arguments
This separation is arbitrary and makes the code harder to navigate. Consolidate into a single instructions.py file.
Files to Merge
instruction/SimpleInstruction.py
instruction/InstructionWithArguments.py
Target
instruction/instructions.py (new file)
Acceptance Criteria
Dependencies
Description
Currently instructions are split across two files:
SimpleInstruction.py- Instructions without argumentsInstructionWithArguments.py- Instructions with argumentsThis separation is arbitrary and makes the code harder to navigate. Consolidate into a single
instructions.pyfile.Files to Merge
instruction/SimpleInstruction.pyinstruction/InstructionWithArguments.pyTarget
instruction/instructions.py(new file)Acceptance Criteria
instruction/instructions.pywith all instruction classesSimpleInstruction.pyandInstructionWithArguments.pyinstruction/__init__.pyexportsDependencies