Question: Critique this code snippet. Assume that the variable ds is an ADO.Net DataSet. If ( long.TryParse(ds.Tables[0].Rows[0][0].ToString(), out committeId)) } committeId = long.Parse(ds.Tables[0].Rows[0][0].ToString()); }
From: Ace the Programming Interview [Guiness]
Subject: Code Quality
Load Another Question
Select a Subject Algorithm Analysis Arrays and Strings Bit Manipulation C and Cpp Code Quality Combinatorial Search Concurrency Data Structures Databases Design Patterns Dynamic Programming General Graph Theory Hard Java Knowledge Based Linked Lists Math and Logic Puzzles Moderate Object-Oriented Design Recursion Recursion and Dynamic Programming Soft Skills Sorting and Searching Stacks and Queues System Design and Scalability Testing Threads and Locks Trees and Graphs