Sometimes I question my own sanity
-
It is in Namespace Azure.File It's not even close to being the longest named class - I think that is "InMemoryIdentifierGroupSnapshotReaderFactory"
-
You might be insane :omg: , but it is descriptive; however, I don't think I've ever read a class name with 30 characters before. :-D
When you are dead, you won't even know that you are dead. It's a pain only felt by others. Same thing when you are stupid.
-
I just created a module called "FileEventStreamProviderFactory" :doh:
personally I don't see what's wrong with that - too short, its not descriptive enough, at least that says what the class is/does - even if you said "FESStreamProviderFactory", would you remember what acronym FES stood for, 2 years from now, without re-examining the source ? ..as a friend oft quotes "naming things is one of the hardest things in programming"
-
I just created a module called "FileEventStreamProviderFactory" :doh:
It is pointless to question the nonexistent...
Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.
-
I just created a module called "FileEventStreamProviderFactory" :doh:
-
It's just syntactic sugar over
public static class
...
-
It's just syntactic sugar over
public static class
...
Not quite. It's more like a combination of
public static class
andusing static
- the members of aModule
don't need to be qualified with the module name.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
You might be insane :omg: , but it is descriptive; however, I don't think I've ever read a class name with 30 characters before. :-D
When you are dead, you won't even know that you are dead. It's a pain only felt by others. Same thing when you are stupid.
There's a first time for everything! Here are some of my favourites: SimpleBeanFactoryAwareAspectInstanceFactory HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
-
There's a first time for everything! Here are some of my favourites: SimpleBeanFactoryAwareAspectInstanceFactory HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Ryan Peden wrote:
SimpleBeanFactoryAwareAspectInstanceFactory HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
OMG! Why? Just why? :doh: :sigh:
When you are dead, you won't even know that you are dead. It's a pain only felt by others. Same thing when you are stupid.
-
You might be insane :omg: , but it is descriptive; however, I don't think I've ever read a class name with 30 characters before. :-D
When you are dead, you won't even know that you are dead. It's a pain only felt by others. Same thing when you are stupid.
"I don't think I've ever read a class name with 30 characters before." I find that hard to believe. They seem a common occurrence to me.
"If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.