Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
node.js と express.js を使用して Web アプリを作成しています。関数を保持したいのですが、頻繁に別のファイル/モジュールに必要です。複数のスクリプト ファイル/ルートの中で頻繁に使用される関数を整理/作成するための最良の方法/プラクティスは何ですか?
前もって感謝します。