Size Matters
-
There must be at least one person happy about the newly introduced var keyword then.
var ii=new OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions();
:)Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
Huh? That is C#.
-
Huh? That is C#.
verbose, no semi-colons, no curly brackets; my bet is on VB.NET :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
verbose, no semi-colons, no curly brackets; my bet is on VB.NET :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
Nope, just bad C#. The VB.Net would actually be shorter in this case (assuming the "var" C# keyword can't be used):
Dim myCurrentObjectOfOrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructionsForCustomerNumber1 As _
New OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions() -
public class OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions {/*...*/}
A 62-character class name that doesn't even make use of generics. The word "Order" appears 4 times. As always, live production code. :doh:
"Small is beautiful, but BIG is wonderful". (John Holmes)
2 bugs found. > recompile ... 65534 bugs found. :doh:
-
"Small is beautiful, but BIG is wonderful". (John Holmes)
2 bugs found. > recompile ... 65534 bugs found. :doh:
-
WiGgLr wrote:
that sounds very American
The american version goes: Small is beautiful, but big is better. :)
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
public class OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions {/*...*/}
A 62-character class name that doesn't even make use of generics. The word "Order" appears 4 times. As always, live production code. :doh:
At least it is not:
public class OrdrBtchCustmrOrdrOrdrShpToOrdrShpCarrInstrs {/*...*/}
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
public class OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions {/*...*/}
A 62-character class name that doesn't even make use of generics. The word "Order" appears 4 times. As always, live production code. :doh:
Apple code always used to have very long field and function names
-
public class OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions {/*...*/}
A 62-character class name that doesn't even make use of generics. The word "Order" appears 4 times. As always, live production code. :doh:
-
public class OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions {/*...*/}
A 62-character class name that doesn't even make use of generics. The word "Order" appears 4 times. As always, live production code. :doh:
-
At least it is not:
public class OrdrBtchCustmrOrdrOrdrShpToOrdrShpCarrInstrs {/*...*/}
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Editionpublic class OBCOOSTOSCInstrs { /*...*/ }
Software Zen:
delete this;
Fold With Us![^] -
public class OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions {/*...*/}
A 62-character class name that doesn't even make use of generics. The word "Order" appears 4 times. As always, live production code. :doh:
Oh that kind of size, I see ;P ;P
Yusuf May I help you?