General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
xybersurfer
NDC Conferences
comments
Comments by "xybersurfer" (@xybersurfer) on "Clean Coders Hate What Happens to Your Code When You Use These Enterprise Programming Tricks" video.
probably the best talk about refactoring that i've seen. the world would be a better place with more programmers like this. it's really not so hard
10
i don't see this as a problem. redundancy in communication is completely different from redundancy in code
6
@JoelByrnes i disagree. a function named "ConnectToServer" should not be checking the configration. especially, when there is already a whole class for configuration. also with an exception you can normally pass a human-readable error message. when you catch the exception, then you can log both the stack trace and the human-readable error. there is no need to have different places in your code for logging the same error
4
what was that all about? is it a reference?
2
@therainman777 i haven't used python but i agree with you. i've used functional languages and it's hardly ever an issue. in other languages where you don't have to indent, you are going to do it anyway and start having to match up brackets more
1