Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 338 Bytes

File metadata and controls

5 lines (4 loc) · 338 Bytes
  • Use imports (no star imports), whenever possible.
  • Produce production-ready code, use best practices, create tests where appropriate, check input parameters to functions/methods, use common software engineering patterns where appropriate
  • Make sure the resulting code is correct and as we're a DBS we need extreme performant code.