LoginSignup
1
1

More than 3 years have passed since last update.

個人的よく思い出せなくなる用語集

Last updated at Posted at 2018-02-21

あー、アレってなんていうんだっけ?と忘れた単語を書いていきます…。

プログラミング

  • 生存期間
    • scope(スコープ)
  • 断片化
    • フラグメンテーション
    • デフラグ
  • トランザクション
    • アトミック処理
    • 排他処理/排他制御
  • アライメント
  • 可変/mutable <-> 不変/immutable
  • コンクリートなクラス
  • シリアライズ
    • 逐次化
    • 直列化
    • marshalling マーシャリング
  • ニーモニック
  • 契約プログラミング
    • 事前条件 (precondition)
    • 事後条件 (postcondition)
    • 不変条件 (invariant)
  • 第一級オブジェクト(ファーストクラスオブジェクト、first-class object)
  • TTL(time to live)/生存期間
  • case
    • case-sensitive/大文字・小文字を区別する
    • case-insensitive/大文字・小文字を区別しない

サーバ

  • リレーサーバ

ゲーム

  • Navigation Mesh
  • Distance Field
  • 被写界深度
1
1
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
1
1