0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

開発基準

Posted at

(1)開発エディタ
  ・ VSCode、拡張機能利用可
  ・ .vscode/settings.json に「保存時フォーマット有効」「末尾スペース削除」を明示。

(2)フォーマッター
  ・ Python: Ruff, インデント4, import文はisortを使用する
  ・ HTML, JS, CSS: prettier, インデント2

(3)ライブラリ・OSS
  ・ 非コピーレフトライセンス、無償のものに限る
  ・ Pythonのライブラリ管理はpipで行う
  ・ JSはnpm等パッケージ管理ツールを使わない

(4)フロントエンド
  ・ JSはフレームワークを使用しない
  ・ HTML、JS、CSSはファイルを分離する
  ・JQueryは使用しない

(5)バックエンド
  ・ Web APIは全てRESTful APIで実装する
  ・ AI処理を行うWeb APIは非同期APIとする
  ・ 外部APIサービスの呼び出しはバックエンドのみからとする

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?