Programming Documentation

logo

Programming Documentation

Search
Light Mode
Contact Us

Contact us

No results for your search.
Sorry, an unexpected error occurred

A technique in reverse engineering that was developed during the case of IBM vs Compaq.

The penultimate goal is to recreate what was already there, but with the modern coding style of a developer who has not touch that code file before.

General overview

  1. Two people take a card: 
    1. Black
      1. Can
        1. Look at the new Stuff.
        2. Look at the old Stuff.
        3. Test New Stuff.
      2. Can't
        1. Write/Create new Stuff.
    2. White
      1. Can
        1. Write/Create new Stuff.
        2. Test new Stuff.
      2. Can't
        1. Look at the old Stuff.


Steps For Scripts

  1. Black:
    1. Will review the OLD script and make a brief code documentation on the trello card.
      1. Functions
        1. Summary
        2. Input parameters
      2. Variables it holds
        1. Public name and description.
        2. Private but without naming it, just descriptions.
  2. White:
    1. Will recreate the script using the code documentation.
    2. You will be given hints from Black on how the function works and calls it makes.

Steps For Prefabs

  1. Coming soon.


On This Page