Bliss - Dating app
  • Overview
  • Preview
    • Bliss App
    • Admin App
  • Features
    • Bliss App
    • Admin App
  • Instalation
    • Backend
    • Bliss App
    • Admin App
    • Build App
  • Packages
    • Backend
    • App
  • Structure
    • Backend
    • Bliss App
    • Admin App
  • Style of code writing
  • Customize
    • Languages
    • Theme
Powered by GitBook
On this page

Style of code writing

  • PascalCase

    • Model name User, Media

    • Class UserController, AdminController

  • camelCase

    • Variables userId, name, maxAge

    • Methods getLocation(), getAge()

    • Functions getUser(), getMatches()

  • snake_case

    • Table name users, user_locations,

    • Column name user_id, gender_id,

    • Resources/json user_id

PreviousAdmin AppNextCustomize

Last updated 2 years ago