Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

共通処理の外部ファイル化と還元 (Issue #66) #67

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KEINOS
Copy link
Member

@KEINOS KEINOS commented Jul 12, 2021

WIP

やること

  • 既存の bin の中身を src ディレクトリに移動
  • src をビルド(マージ)して bin に設置するスクリプトの作成
  • 既存関数の外部ファイル化
    • 関数名をファイル名にして外部ファイル化し src/func に設置
    • 既存の関数を . ./func/<関数名>.sh に置き換え(source 化)
  • 初回ビルド

やらないこと

  • 新規関数の作成
  • 外部ファイル化した関数のテスト作成(bin 下のテストがすでにあるため)

関連

@KEINOS KEINOS added the WIP There is a draft PR for this label Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP There is a draft PR for this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant