Click here to Skip to main content
16,017,788 members
Articles / All Topics

Code Smells

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
4 Jan 2011CDDL2 min read 7.6K  
(Cross post from IRefactor)If you like practicing in identifying code smells, then you can find below a short class calledTimerManager.public class TimerManager{ public delegate void TimerCallback(object data); private static readonly object _sync = new object(); private readonly Dicti

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)


Written By
Other
Israel Israel
Uri Lavi is a development lead with extensive experience in Data Intensive, Business Compound, Distributed and Scalable Software Systems. Uri specializes in mentoring, coaching and consulting for complex software engineering topics, among which: Software Architecture, Design Patterns & Refactoring.

Comments and Discussions