Skip to content

refactor: extract utilities into separate just files #38

@PaulRBerg

Description

@PaulRBerg

Problem

Right now, _run-with-status and its aliases live at the bottom of just/base.just alongside all the check/fix recipes. As base.just grows, it'd be cleaner to have utility recipes in their own dedicated file.

Solution

Create a just/utils.just file (or similar) and move the UTILITIES section there:

  • _run-with-status recipe
  • rws and _rws aliases

Then import "./utils.just" from base.just instead of inlining them.

Files Affected

Toggle to see affected files

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort: lowEasy or tiny task that takes less than a day.priority: 2We will do our best to deal with this.type: refactorChange that neither fixes a bug nor adds a feature.work: clearSense-categorize-respond. The relationship between cause and effect is clear.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions