Skip to content

Instantly share code, notes, and snippets.

View coyl's full-sized avatar
🦧

Vasil coylOne Kulakov coyl

🦧
View GitHub Profile
Generate a detailed developer performance report by analyzing the Git logs for the last two months.
**Primary Instructions:**
1. **Consolidate Aliases:** Before analysis, you must identify and consolidate statistics for any developers who have committed using different aliases (e.g., merge data for "Jane Doe" and "jdoe").
2. **Execute Commands:** Run the five commands listed below to gather the necessary data.
3. **Apply Strict Evaluation:** Provide a detailed performance review for each developer on a 1-10 scale. The tone of the analysis and recommendations must be strict and critical, focusing on actionable feedback and adherence to engineering best practices.
4. **Use Specific Formatting:** The final report must strictly follow the detailed format, including all specified headers, tables, emojis, and star ratings.
5. **Save Output:** After generating the complete report, dump the entire output into a file named `report.md`.
@coyl
coyl / a.php
Created May 16, 2016 19:35
How to test protected methods
/**
* Invoke protected or private method of object
*
* @param object $object
* @param string $method name of method to invoke
* @param mixed $arg1 args that passed to invoked method [optional]
*
* @return mixed
*