Skip to content

Standardized Definitions For Variable Names

Quinten Steenhuis edited this page Apr 23, 2019 · 10 revisions

The point of this list is to allow you to use interview questions someone else wrote and design shareable interviews that require the minimum of adaptation. If you choose the names and object types listed below, your interview should be maximally compatible.

Actors: variable names for various parties or people who might be named in an interview

Some common actors might be both singular or plural. Your template (and interview) should handle both situations with an if/else statement.

Attributes: information that you might gather about an actor

These attributes would commonly be attached to an actor. e.g., client.jobs, etc.

Entities: non-person entities that might be named in an interview

  • court: Court

Elements: legal elements that might be referenced in a template or interview

  • claims
  • defenses
  • affirmative_defenses
  • counterclaims

Clone this wiki locally