Research - smacklib/dev_smack GitHub Wiki

Coding style

See Kevlin Henney.

  • Use column formatting.
  • 80 characters line length.

Application Context

ApplicationContext

Pathes

  • {userHome}/.appName
  • {userHome}/.appName/log

Properties

  • id - the unique id of the application.

    • No spaces.
    • The thing formerly called token.
    • Used for fs path creation.
    • Not to be displayed in UIs.
  • name - A displayable name for the Application.

    • To be used in the ui.
  • vendor id - unique vendor id.

    • Technically similar to the application id.
  • vendor name

    • To be used in the ui.