Minimize non-INCMP instructions after HALT #144

Open
opened 2024-10-28 18:51:46 +01:00 by lash · 0 comments
Owner

go-vise was designed with the intention that instructions after a HALT in a menu node should only contain INCMP statement. At the complexity code of more node, it should reduce the complexity needed in external function execution, aswell as making debugging context more compartmentalized.

Whereas this is just an assumption, it would be worthwhile to test that assumption by:

  • Asserting the consequences of refactoring some existing code using other instructions after HALT to see the effect on the code.
  • Write future code according to this rule, to evaluate the resulting difficulty and complexity
go-vise was designed with the intention that instructions after a HALT in a menu node should only contain INCMP statement. At the complexity code of more node, it should reduce the complexity needed in external function execution, aswell as making debugging context more compartmentalized. Whereas this is just an assumption, it would be worthwhile to test that assumption by: - Asserting the consequences of refactoring some existing code using other instructions after HALT to see the effect on the code. - Write future code according to this rule, to evaluate the resulting difficulty and complexity
lash added the
Status
Need More Info
Activity:Proposal
labels 2024-10-28 18:51:55 +01:00
lash added the
refactor
label 2024-10-28 18:54:16 +01:00
lash changed title from Remove non-INCMP instructions after HALT to Minimize non-INCMP instructions after HALT 2024-10-31 00:07:53 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: urdt/ussd#144
No description provided.