LoginSignup
0
0

More than 5 years have passed since last update.

Laravelを使った開発での用語集

Last updated at Posted at 2017-10-28

概要

プログラムを勉強していると分からない用語によく遭遇します。自分の備忘録を兼ねて、調べた用語をここにまとめます。

用語集

  • 遅延読み込み
    • 実際にオブジェクトが必要とされたときに後から初期化を行うソフトウェアデザインパターンの一つ
    • サービス・プロバイダを使ってコマンド登録を行う場合は、deferをtrueにして遅延読み込みを行うようにする
    • https://gist.github.com/nazo/116f7ff2401d231c2619
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