Tuesday, July 1, 2008

Technical Review

A Technical Review (also known as a peer review), is considered to be a formal review type, even though no Managers are expected to attend. It involves a structured encounter, in which a peer/s analyse the work with a view to improve the quality of the original work.

  • Ideally led by the Moderator
  • Attended by peers / technical experts
  • Documentation is required
  • No Management presence
  • Decision making
  • Solving technical problems

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...