issues
search
Red5
/
red5-server
Red5 Server core
Apache License 2.0
3.35k
stars
985
forks
source link
Refactoring et suppression de code smells
#312
Closed
DavidTubeuf
closed
2 years ago
DavidTubeuf
commented
3 years ago
Pull Request
Changes proposed in this pull request:
add private constructor for utility classes
decrease cyclomatic complexity for big methods by : refactoring, and adding spaces for readability
delete some useless comments and conditions ( always True )
change variable names where equals to attribute names
Pull Request
Changes proposed in this pull request: