Development tools [modified]
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
Nothing from your list, although I was using Doxygen before and miss it now. Anyway, from the top of my head: - vim - SourceInsight - Beyond Compare 2 - Visual Studio (for debugging only) - various in-house tools for source control and bug tracking
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
1. NUnit (Yes) 2. NMock (MoQ) 3. NAnt (Yes) 4. Doxygen (Visio, Excel, Word & Textpad for docs. No code docs other than VS tooltips.) 5. Snippet Compiler (??) 6. FxCop/StyleCop (ReSharper for code formatting, no FxCop yet) 7. Programmers Notepad/ Notepad++ (Textpad, notepad++ has annoying syntax hilighting) 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) (VS2008 or Textpad for XML editing) 9. Regulator (??) 10. CruiseControl.NET 11. ReSharper 12. Subversion Server 13. TortoiseSVN 14. AnkhSVN 15. Beyond Compare 2 16. Red Gate SQL Tools 16. A custom DB tool for change management 17. Database Publishing Wizard 18. TestTrack BTW setting up a new development machine is a PITA
Todd Smith
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
My tools include: Notepad++ Visual Assist Subversion (TortoiseSVN/AnkhSVN) FreeMind Doxygen InnoSetup Visual Build Boost (not sure this counts as a tool) In the last few months Notepad++ replaced UltraEdit, Subversion replaced CVS and InnoSetup replaced Wise.
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
Gives me a page not found :confused:
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
Gives me a page not found :confused:
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
You mostly work on C++ right? How did you get NUnit to work? I'm genuinely curious.
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
I do indeed. :cool: It's not too difficult really...all you need to do is write the tests in either C+/CLI or (if you're feeling a little masochistic) MC++. The Managed C++ code can link directly to native libraries (static or DLL) and use them in the same way as a native test harness. It can be a little fiddly to get the linker settings right (particularly when testing MFC code) but as most of our code is ATL/WTL rather than MFC that's not usually too much of an issue here.
Anna :rose: Having a bad bug day? Tech Blog | Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"
-
you need a new moniker - linkmaster.
Never underestimate the power of human stupidity RAH
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
It´s not a programming tool, it takes a while to learn your preferences, but it has saved me lots of time of Start Menu wandering...Launchy http://www.launchy.net/[^]
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
Nope, nada. Other than bat files anyway.
-
1. NUnit (Yes) 2. NMock (MoQ) 3. NAnt (Yes) 4. Doxygen (Visio, Excel, Word & Textpad for docs. No code docs other than VS tooltips.) 5. Snippet Compiler (??) 6. FxCop/StyleCop (ReSharper for code formatting, no FxCop yet) 7. Programmers Notepad/ Notepad++ (Textpad, notepad++ has annoying syntax hilighting) 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) (VS2008 or Textpad for XML editing) 9. Regulator (??) 10. CruiseControl.NET 11. ReSharper 12. Subversion Server 13. TortoiseSVN 14. AnkhSVN 15. Beyond Compare 2 16. Red Gate SQL Tools 16. A custom DB tool for change management 17. Database Publishing Wizard 18. TestTrack BTW setting up a new development machine is a PITA
Todd Smith
-
I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!
Last modified: 24mins after originally posted --
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
1. NUnit - yes 2. NMock 3. NAnt - have used 4. Doxygen 5. Snippet Compiler - yes 6. FxCop/StyleCop - yes (but doing VB right now) 7. Programmers Notepad/ Notepad++ - yes for the second 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator
-
It´s not a programming tool, it takes a while to learn your preferences, but it has saved me lots of time of Start Menu wandering...Launchy http://www.launchy.net/[^]
My favourite tool of the last year or so. Can't live without it now. :)