Few days back , i found some codebase which handled so many if conditions based on some input parameter. This thing made particular method to be 100 lines long. The code works fine , but was too ugly.
Saturday, 20 June 2015
Subscribe to:
Comments (Atom)
Basics of Tree data structure
Tree data structure simulates a hierarchical tree structure, with root and subtrees represented by linked nodes. Some Terminology Root...
-
We all are aware that when we take any model from view(user input) into the controller , we always tend to use ModelState.IsValid to chec...
-
In this tutorial I will guide you brief about lucene search to get you started with it. Lucene library is an open source project under apa...
-
Graph consist of vertices and edges. They are used to model many realworld examples ( likes cities, network…) Graph Implementing a graph wit...