You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Current git diff (staged and unstaged changes): !`git diff HEAD`
10
+
- Current branch: !`git branch --show-current`
11
+
12
+
## Your Task
13
+
14
+
- Propose refactorings as documented by Martin Fowler in his books if code becomes easier to change with them.
15
+
- Propose missing test cases for the implemented logic.
16
+
- Point out for Golang security bugs.
17
+
- Point out for general code bugs.
18
+
- Apply the SOLID principles as documented by Robert C. Martin if the code becomes easier to change with them.
19
+
- Propose refactorings towards design patterns as explained in the book "Refactoring to Patterns" by Joshua Kerievsky if they apply in the current context and will improve the maintainability of the code.
0 commit comments