-
Notifications
You must be signed in to change notification settings - Fork 1
refactor: extract utilities into separate just files #38
Copy link
Copy link
Open
Labels
effort: lowEasy or tiny task that takes less than a day.Easy or tiny task that takes less than a day.priority: 2We will do our best to deal with this.We will do our best to deal with this.type: refactorChange that neither fixes a bug nor adds a feature.Change that neither fixes a bug nor adds a feature.work: clearSense-categorize-respond. The relationship between cause and effect is clear.Sense-categorize-respond. The relationship between cause and effect is clear.
Metadata
Metadata
Assignees
Labels
effort: lowEasy or tiny task that takes less than a day.Easy or tiny task that takes less than a day.priority: 2We will do our best to deal with this.We will do our best to deal with this.type: refactorChange that neither fixes a bug nor adds a feature.Change that neither fixes a bug nor adds a feature.work: clearSense-categorize-respond. The relationship between cause and effect is clear.Sense-categorize-respond. The relationship between cause and effect is clear.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
Right now,
_run-with-statusand its aliases live at the bottom ofjust/base.justalongside all the check/fix recipes. Asbase.justgrows, it'd be cleaner to have utility recipes in their own dedicated file.Solution
Create a
just/utils.justfile (or similar) and move the UTILITIES section there:_run-with-statusreciperwsand_rwsaliasesThen
import "./utils.just"frombase.justinstead of inlining them.Files Affected
Toggle to see affected files