Size Matters
-
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:
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).
-
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).
Visual Studio 2005 project :((
-
Visual Studio 2005 project :((
so it is upgrade time; or refactor time; or both... :)
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).
-
so it is upgrade time; or refactor time; or both... :)
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).
Perhaps. If I have time tomorrow, I'm also going to convert a massive VB.net project (which was converted from VB6 code) to C#. :)
-
Perhaps. If I have time tomorrow, I'm also going to convert a massive VB.net project (which was converted from VB6 code) to C#. :)
aspdotnetdev wrote:
VB6
is that the language where variables got called like Excel cells: A, A1, A2, ..., B, B1, etc? Now which one do you prefer? :)
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).
-
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:
How does the use of that class look like? Perhaps
OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions myCurrentObjectOfOrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructionsForCustomerNumber1 = new OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions()
-
How does the use of that class look like? Perhaps
OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions myCurrentObjectOfOrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructionsForCustomerNumber1 = new OrderBatchCustomerOrderOrderShipToOrderShipCarrierInstructions()
-
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![^]