Click here to Skip to main content
15,888,351 members
Articles / General Programming / Debugging

Why and How to Name Your Threads and Tasks

Rate me:
Please Sign up or sign in to vote.
4.33/5 (3 votes)
28 Apr 2018CPOL2 min read 14.6K   4  
You've been taught to give every component and variable a descriptive name; why do most then don't do it for a thread, when it is easy and beneficial?

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Currently none.
Netherlands Netherlands
I'm a Delphi-convert, mostly into WinForms and C#. My first article is from 2001, extending the Delphi-debugger, which is still visible on the WayBackMachine[^] and even available in Russian[^] Smile | :)

Comments and Discussions