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
Copy file name to clipboardexpand all lines: library/backend/SOLID.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ function areaOfRectangle() {
218
218
}
219
219
```
220
220
221
-
Remember what we said: “we must make sure that Square classes are extending the Rectangle without changing their behaviour”. But, as you can see, 21 is not equal to 9.
221
+
Remember what we said: “we must make sure that Square classes are extending the Rectangle without changing their behavior”. But, as you can see, 21 is not equal to 9.
222
222
223
223
The solution would be to manage the class inheritance hierarchies correctly, for example by introducing the interface `Quadrilateral`.
Copy file name to clipboardexpand all lines: outdated/scrum/backlog.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
- Search for issues with the label `urgency:X` (where X is a number from 8 to 10) assigned to you (for developers, this would usually be critical bugs). You should include them into your next sprint - or do them right now if you have an empty backlog.
5
5
- After that, choose all unfinished "important"(1) issues from the previous sprint that you've not managed to finish. They should be carried over to the next sprint.
6
6
- Next pick "important"(1) issues selected by ProductOwner as goals for next sprint.
7
-
- Finally, choose any other issues that will fill up your backlog so you have enough to do for the following sprint. Remember to pick these issues on what will get us most effectively/effeciently towards our short/mid/long-term goals and our vision.
7
+
- Finally, choose any other issues that will fill up your backlog so you have enough to do for the following sprint. Remember to pick these issues on what will get us most effectively/efficiently towards our short/mid/long-term goals and our vision.
8
8
- Don’t forget to include all critical issues and other urgent priority issues (if any) to the upcoming sprint.
9
9
10
10
When you do the Sprint Planning, ahead of the Sprint Planning Meeting, then make sure to add `next sprint` label for all issues you are going to add to your backlog: it will help us to:
0 commit comments