Skip to content

Backend

Filip Machala edited this page Dec 8, 2023 · 4 revisions

Coding standard

nullable types

  • ? allowed
  • null disallowed

ternary operator

  • ... ? ... : ... allowed
  • ... ?: ... disallowed

null coalescing operator

  • ?? allowed

Rights

Files/Folders

  • read chmod +r
  • write chmod +w
  • execution chmod +x

examples

  • cache - chmod r+w -R
  • console - chmod +x

Docker

  • ROOT
  • USER
Clone this wiki locally