Author header for UI and Application .py files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #1

    Author header for UI and Application .py files

    Hi,

    What is the format for Author description in case of Python files?.

    Thanks & Regards
    PSB
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by psbasha
    Hi,

    What is the format for Author description in case of Python files?.

    Thanks & Regards
    PSB
    Anybody know what PSB is on to here?
    Anyway, if it's some standard practice that I'm not aware of Boa Constructor will certainly insert a template for it.

    Comment

    • psbasha
      Contributor
      • Feb 2007
      • 440

      #3
      Originally posted by bartonc
      Anybody know what PSB is on to here?
      Anyway, if it's some standard practice that I'm not aware of Boa Constructor will certainly insert a template for it.
      Hi,

      At the top of the very file of the sourc code we will mention the company properitery description,wit h year

      Name of the author /owner who has created the file
      File description what it does?
      Initial version,with date
      whenever the developers modify the py file they describe why they have modified the file(purpose)

      Thanksvin advance
      PSB

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by psbasha
        Hi,

        At the top of the very file of the sourc code we will mention the company properitery description,wit h year

        Name of the author /owner who has created the file
        File description what it does?
        Initial version,with date
        whenever the developers modify the py file they describe why they have modified the file(purpose)

        Thanksvin advance
        PSB
        Boa Constructor generates this:
        #-----------------------------------------------------------------------------
        # Name: module1.py
        # Purpose:
        #
        # Author: <your name>
        #
        # Created: 2007/02/25
        # RCS-ID: $Id: module1.py $
        # Copyright: (c) 2006
        # Licence: <your licence>
        # New field: Whatever
        #-----------------------------------------------------------------------------

        Comment

        Working...