-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/viktor guide review #618
Conversation
### What's done: Edited the material and requested review.
…Viktor_Guide_Review � Conflicts: � info/guide/guide-chapter-1.md � info/guide/guide-chapter-2.md � info/guide/guide-chapter-3.md � info/guide/guide-chapter-4.md � info/guide/guide-chapter-6.md
### What's done: Review notes
…Viktor_Guide_Review
…Viktor_Guide_Review
### What's done: Edited the material and requested review.
…Viktor_Guide_Review
Co-authored-by: Peter Trifanov <peter.trifanov@mail.ru>
Co-authored-by: Peter Trifanov <peter.trifanov@mail.ru>
Co-authored-by: Peter Trifanov <peter.trifanov@mail.ru>
Co-authored-by: Peter Trifanov <peter.trifanov@mail.ru>
Co-authored-by: Peter Trifanov <peter.trifanov@mail.ru>
### What's done: Edited the material and requested review.
### What's done: Edited the material and requested review.
…Viktor_Guide_Review
### What's done: Edited the material and requested review.
…o feature/Viktor_Guide_Review # Conflicts: # info/guide/guide-chapter-1.md # info/guide/guide-chapter-2.md # info/guide/guide-chapter-3.md # info/guide/guide-chapter-4.md # info/guide/guide-chapter-6.md # info/guide/guide-chapter-8.md
info/guide/guide-chapter-4.md
Outdated
@@ -149,7 +152,7 @@ typealias Predicate<T> = (T) -> Boolean | |||
### <a name="c4.3"></a> 4.3 Null safety and variable declarations | |||
Kotlin is declared as a null-safe programming language. However, to achieve compatibility with Java, it still supports nullable types. | |||
|
|||
### <a name="r4.3.1"></a> Recommendation 4.3.1: Avoid declaring variables with nullable types, especially from Kotlin stdlib. | |||
#### <a name="s4.3.1"></a> Recommendation 4.3.1: Avoid declaring variables with nullable types, especially from Kotlin stdlib. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to fix these things
Codecov Report
@@ Coverage Diff @@
## master #618 +/- ##
============================================
- Coverage 80.85% 80.75% -0.10%
+ Complexity 1787 1748 -39
============================================
Files 90 89 -1
Lines 4690 4615 -75
Branches 1414 1386 -28
============================================
- Hits 3792 3727 -65
- Misses 318 322 +4
+ Partials 580 566 -14
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
…Viktor_Guide_Review
### What's done: Edited the material and requested review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, looks nice after changes
Which rule and warnings did you add?
This pull request closes
Actions checklist
Fixme