Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. MS and Oracle's big dev tools - who needs 'em?

MS and Oracle's big dev tools - who needs 'em?

Scheduled Pinned Locked Moved The Lounge
oracletoolsquestion
30 Posts 17 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kevin McFarlane
    wrote on last edited by
    #1

    Music to Nemanja Trifunovic's ears... MS and Oracle's big dev tools - who needs 'em?[^]

    Kevin

    N D P D R 6 Replies Last reply
    0
    • K Kevin McFarlane

      Music to Nemanja Trifunovic's ears... MS and Oracle's big dev tools - who needs 'em?[^]

      Kevin

      N Offline
      N Offline
      Nemanja Trifunovic
      wrote on last edited by
      #2

      Thanks for the music :) Also, Microsoft's top developers prefer old-fashioned coding[^]: "I will fight you if you try to take away my text editor," said Don Box, a Microsoft distinguished engineer

      utf8-cpp

      D K R 3 Replies Last reply
      0
      • K Kevin McFarlane

        Music to Nemanja Trifunovic's ears... MS and Oracle's big dev tools - who needs 'em?[^]

        Kevin

        D Offline
        D Offline
        Dario Solera
        wrote on last edited by
        #3

        I do not know who the author is except for the brief bio at the end of the article (BTW, what the hell are Adobe's LiveCycle Data Services, ATG/Dynamo, and AVS?). A few quotes that made me go mad and think the author don't know what he's talking about. Make sure your build processes use command line tools so the IDE is an optional part of your software process. That's trivial with MSBuild that, guess what, is able to build Visual Studio solutions. Zero gap between IDE and command line. Focus on the processes and tools that minimize the time between a code change and test results. What's easier than right-click in the code and click on "Run Tests" with the help of TestDriven.NET or R#? Visual Studio may struggle to keep up with the fastest growing platforms supported by competitors Apple and Google, but if you are writing Windows C++ code, I can't imagine choosing anything else. For the rest, Eclipse seems like the front-runner Yeah right. What about C#/.NET? (BTW, you can't compare C++, Java, Objective-C and Python without taking C#/.NET into account) Maybe this guy has been too much in the Java world that doesn't know anything else? A common problem for many of us, but at least for me, I don't argue what I don't know about.

        If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

        N R R 3 Replies Last reply
        0
        • N Nemanja Trifunovic

          Thanks for the music :) Also, Microsoft's top developers prefer old-fashioned coding[^]: "I will fight you if you try to take away my text editor," said Don Box, a Microsoft distinguished engineer

          utf8-cpp

          D Offline
          D Offline
          Dario Solera
          wrote on last edited by
          #4

          Nemanja Trifunovic wrote:

          "I will fight you if you try to take away my text editor," said Don Box, a Microsoft distinguished engineer

          I still have to find a real developer that things "graphical" programming is better than writing code.

          If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

          T 1 Reply Last reply
          0
          • D Dario Solera

            I do not know who the author is except for the brief bio at the end of the article (BTW, what the hell are Adobe's LiveCycle Data Services, ATG/Dynamo, and AVS?). A few quotes that made me go mad and think the author don't know what he's talking about. Make sure your build processes use command line tools so the IDE is an optional part of your software process. That's trivial with MSBuild that, guess what, is able to build Visual Studio solutions. Zero gap between IDE and command line. Focus on the processes and tools that minimize the time between a code change and test results. What's easier than right-click in the code and click on "Run Tests" with the help of TestDriven.NET or R#? Visual Studio may struggle to keep up with the fastest growing platforms supported by competitors Apple and Google, but if you are writing Windows C++ code, I can't imagine choosing anything else. For the rest, Eclipse seems like the front-runner Yeah right. What about C#/.NET? (BTW, you can't compare C++, Java, Objective-C and Python without taking C#/.NET into account) Maybe this guy has been too much in the Java world that doesn't know anything else? A common problem for many of us, but at least for me, I don't argue what I don't know about.

            If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

            N Offline
            N Offline
            Nemanja Trifunovic
            wrote on last edited by
            #5

            Dario Solera wrote:

            What's easier than right-click in the code and click on "Run Tests" with the help of TestDriven.NET or R#?

            Having a command line script that automatically runs the tests for you?

            utf8-cpp

            D 1 Reply Last reply
            0
            • N Nemanja Trifunovic

              Dario Solera wrote:

              What's easier than right-click in the code and click on "Run Tests" with the help of TestDriven.NET or R#?

              Having a command line script that automatically runs the tests for you?

              utf8-cpp

              D Offline
              D Offline
              Dario Solera
              wrote on last edited by
              #6

              That runs on the integration server. I'm talking about development: I don't want run 2000+ tests every 30 seconds, but just the ones related to what I'm doing. Before committing, I run all tests, still from Visual Studio (right click the solution, "Run Tests"). I don't even have to switch window. ;P (BTW, I always have a handy BuildAndTest.bat file that calls MSBuild, compiles and runs the test outside the IDE, but I rarely use it manually).

              If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

              modified on Sunday, February 28, 2010 10:51 AM

              R 1 Reply Last reply
              0
              • K Kevin McFarlane

                Music to Nemanja Trifunovic's ears... MS and Oracle's big dev tools - who needs 'em?[^]

                Kevin

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #7

                Hear hear! "Use the right tool for the right job." -- Scotty et al Use a visual tool when designing something visual; use a text editor when writing text.

                J 1 Reply Last reply
                0
                • D Dario Solera

                  I do not know who the author is except for the brief bio at the end of the article (BTW, what the hell are Adobe's LiveCycle Data Services, ATG/Dynamo, and AVS?). A few quotes that made me go mad and think the author don't know what he's talking about. Make sure your build processes use command line tools so the IDE is an optional part of your software process. That's trivial with MSBuild that, guess what, is able to build Visual Studio solutions. Zero gap between IDE and command line. Focus on the processes and tools that minimize the time between a code change and test results. What's easier than right-click in the code and click on "Run Tests" with the help of TestDriven.NET or R#? Visual Studio may struggle to keep up with the fastest growing platforms supported by competitors Apple and Google, but if you are writing Windows C++ code, I can't imagine choosing anything else. For the rest, Eclipse seems like the front-runner Yeah right. What about C#/.NET? (BTW, you can't compare C++, Java, Objective-C and Python without taking C#/.NET into account) Maybe this guy has been too much in the Java world that doesn't know anything else? A common problem for many of us, but at least for me, I don't argue what I don't know about.

                  If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

                  R Offline
                  R Offline
                  Rama Krishna Vavilala
                  wrote on last edited by
                  #8

                  Dario Solera wrote:

                  Maybe this guy has been too much in the Java world that doesn't know anything else?

                  Huh? What is the problem with what he is talking about and what do you think he does not know?

                  D 1 Reply Last reply
                  0
                  • D Dario Solera

                    That runs on the integration server. I'm talking about development: I don't want run 2000+ tests every 30 seconds, but just the ones related to what I'm doing. Before committing, I run all tests, still from Visual Studio (right click the solution, "Run Tests"). I don't even have to switch window. ;P (BTW, I always have a handy BuildAndTest.bat file that calls MSBuild, compiles and runs the test outside the IDE, but I rarely use it manually).

                    If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

                    modified on Sunday, February 28, 2010 10:51 AM

                    R Offline
                    R Offline
                    Rama Krishna Vavilala
                    wrote on last edited by
                    #9

                    Dario Solera wrote:

                    but I rarely use it

                    As a part of my nightly build and before a client release, my automated build script runs and builds everything. It goes and boots a fresh virtual machine in 5 different OSes (Vista, XP, Windows 7, WIndows 2008 and WIndows 2003). A start up script in each VM automatically install the application (using command line tools) and automatically run several scripted tests (on the fresh machines) and validate several things. That has been one of the best thing I ever spent time on because it has simplified my workflow a lot.

                    D M 2 Replies Last reply
                    0
                    • R Rama Krishna Vavilala

                      Dario Solera wrote:

                      Maybe this guy has been too much in the Java world that doesn't know anything else?

                      Huh? What is the problem with what he is talking about and what do you think he does not know?

                      D Offline
                      D Offline
                      Dario Solera
                      wrote on last edited by
                      #10

                      Rama Krishna Vavilala wrote:

                      What is the problem with what he is talking about and what do you think he does not know?

                      He talks as if using an IDE prevents you from doing things like compiling and testing out of the IDE itself. I'm note sure about other IDEs, but that's not the case with Visual Studio. Given that he started mentioning VS 2010, I'm supposing he does not know what Visual Studio is.

                      If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

                      1 Reply Last reply
                      0
                      • R Rama Krishna Vavilala

                        Dario Solera wrote:

                        but I rarely use it

                        As a part of my nightly build and before a client release, my automated build script runs and builds everything. It goes and boots a fresh virtual machine in 5 different OSes (Vista, XP, Windows 7, WIndows 2008 and WIndows 2003). A start up script in each VM automatically install the application (using command line tools) and automatically run several scripted tests (on the fresh machines) and validate several things. That has been one of the best thing I ever spent time on because it has simplified my workflow a lot.

                        D Offline
                        D Offline
                        Dario Solera
                        wrote on last edited by
                        #11

                        I should have written "I barely use it manually". Integration servers are there for a reason.

                        If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

                        1 Reply Last reply
                        0
                        • K Kevin McFarlane

                          Music to Nemanja Trifunovic's ears... MS and Oracle's big dev tools - who needs 'em?[^]

                          Kevin

                          D Offline
                          D Offline
                          Dan Mos
                          wrote on last edited by
                          #12

                          I need them. Just like D@nish said everything has it's own use. I can't imagine programming in C# without Intellisence. Text editor(s) such as emac or notepad++ or... and ar OK when programming in dynamic/scripting languages. Or a small console program in C/C++/C#/Java/etc. Why? Simply beacause being a dynamic language reduces a lot the risk of typing errors. You don't have to write

                          System.Security.Cryptography.ETC myCrypto(nian)

                          you just write something like

                          var myCrypto

                          But then again I don't see a big program standing on dynamic/scripting languages. I'm not trying to knock them down(the dynamic/scriping stuff) just that they are usefull in small client interfaces or OS scripting or... => small/quick programs/solutions. And not in Creating a robust Bussiness Logic around them, or game or...

                          M N 2 Replies Last reply
                          0
                          • K Kevin McFarlane

                            Music to Nemanja Trifunovic's ears... MS and Oracle's big dev tools - who needs 'em?[^]

                            Kevin

                            R Offline
                            R Offline
                            Robert Surtees
                            wrote on last edited by
                            #13

                            A heritic! :) I agree with the sentiment, I'll say I take a whatever floats your boat attitude, but I do have a laugh when I watch the MSDN videos and invariably the (gray haired ponytailed guy) is using emacs or vi to show the latest whiz bang from MS. One of the reasons I enjoy coming to the CP lounge is to see the daily posts on IDE crashes and misgivings. It serves as an affirmation to my Luddite ways. My editor, which is perfect in every way, hasn’t crashed or otherwise cost me a moment of trouble in nearly 30 years.

                            1 Reply Last reply
                            0
                            • D Dario Solera

                              I do not know who the author is except for the brief bio at the end of the article (BTW, what the hell are Adobe's LiveCycle Data Services, ATG/Dynamo, and AVS?). A few quotes that made me go mad and think the author don't know what he's talking about. Make sure your build processes use command line tools so the IDE is an optional part of your software process. That's trivial with MSBuild that, guess what, is able to build Visual Studio solutions. Zero gap between IDE and command line. Focus on the processes and tools that minimize the time between a code change and test results. What's easier than right-click in the code and click on "Run Tests" with the help of TestDriven.NET or R#? Visual Studio may struggle to keep up with the fastest growing platforms supported by competitors Apple and Google, but if you are writing Windows C++ code, I can't imagine choosing anything else. For the rest, Eclipse seems like the front-runner Yeah right. What about C#/.NET? (BTW, you can't compare C++, Java, Objective-C and Python without taking C#/.NET into account) Maybe this guy has been too much in the Java world that doesn't know anything else? A common problem for many of us, but at least for me, I don't argue what I don't know about.

                              If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki and My Software Startup

                              R Offline
                              R Offline
                              Robert Surtees
                              wrote on last edited by
                              #14

                              Dario Solera wrote:

                              (BTW, what the hell are Adobe's LiveCycle Data Services...

                              Sounds like something from Tron.

                              1 Reply Last reply
                              0
                              • N Nemanja Trifunovic

                                Thanks for the music :) Also, Microsoft's top developers prefer old-fashioned coding[^]: "I will fight you if you try to take away my text editor," said Don Box, a Microsoft distinguished engineer

                                utf8-cpp

                                K Offline
                                K Offline
                                Kevin McFarlane
                                wrote on last edited by
                                #15

                                A few years ago am MS dev posted in a forum that they didn't use VC++ to build Windows but an unspecified "variety of tools."

                                Kevin

                                M 1 Reply Last reply
                                0
                                • K Kevin McFarlane

                                  A few years ago am MS dev posted in a forum that they didn't use VC++ to build Windows but an unspecified "variety of tools."

                                  Kevin

                                  M Offline
                                  M Offline
                                  Mark_Wallace
                                  wrote on last edited by
                                  #16

                                  Kevin McFarlane wrote:

                                  unspecified "variety of tools."

                                  Chewing gum, duct tape, string, wing, and prayer.

                                  I wanna be a eunuchs developer! Pass me a bread knife!

                                  1 Reply Last reply
                                  0
                                  • R Rama Krishna Vavilala

                                    Dario Solera wrote:

                                    but I rarely use it

                                    As a part of my nightly build and before a client release, my automated build script runs and builds everything. It goes and boots a fresh virtual machine in 5 different OSes (Vista, XP, Windows 7, WIndows 2008 and WIndows 2003). A start up script in each VM automatically install the application (using command line tools) and automatically run several scripted tests (on the fresh machines) and validate several things. That has been one of the best thing I ever spent time on because it has simplified my workflow a lot.

                                    M Offline
                                    M Offline
                                    Mustafa Ismail Mustafa
                                    wrote on last edited by
                                    #17

                                    That needs to be immortalized in an article Rama.

                                    If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                                    1 Reply Last reply
                                    0
                                    • P PIEBALDconsult

                                      Hear hear! "Use the right tool for the right job." -- Scotty et al Use a visual tool when designing something visual; use a text editor when writing text.

                                      J Offline
                                      J Offline
                                      Jorgen Sigvardsson
                                      wrote on last edited by
                                      #18

                                      ...and don't implement the text editor using WPF...

                                      -- Kein Mitleid Für Die Mehrheit

                                      1 Reply Last reply
                                      0
                                      • D Dan Mos

                                        I need them. Just like D@nish said everything has it's own use. I can't imagine programming in C# without Intellisence. Text editor(s) such as emac or notepad++ or... and ar OK when programming in dynamic/scripting languages. Or a small console program in C/C++/C#/Java/etc. Why? Simply beacause being a dynamic language reduces a lot the risk of typing errors. You don't have to write

                                        System.Security.Cryptography.ETC myCrypto(nian)

                                        you just write something like

                                        var myCrypto

                                        But then again I don't see a big program standing on dynamic/scripting languages. I'm not trying to knock them down(the dynamic/scriping stuff) just that they are usefull in small client interfaces or OS scripting or... => small/quick programs/solutions. And not in Creating a robust Bussiness Logic around them, or game or...

                                        M Offline
                                        M Offline
                                        Mustafa Ismail Mustafa
                                        wrote on last edited by
                                        #19

                                        who says you can't have code completion & intellisense in emacs or vim? I have vim setup for project wide intellisense for both C/C++ and PHP. And I can compile with a key press and check syntax with a keypress, unit tests, build scripts.... everything but the visual part but that's OK because the stuff I'm doing right now aren't visual (or windows based even).

                                        If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                                        H 1 Reply Last reply
                                        0
                                        • D Dan Mos

                                          I need them. Just like D@nish said everything has it's own use. I can't imagine programming in C# without Intellisence. Text editor(s) such as emac or notepad++ or... and ar OK when programming in dynamic/scripting languages. Or a small console program in C/C++/C#/Java/etc. Why? Simply beacause being a dynamic language reduces a lot the risk of typing errors. You don't have to write

                                          System.Security.Cryptography.ETC myCrypto(nian)

                                          you just write something like

                                          var myCrypto

                                          But then again I don't see a big program standing on dynamic/scripting languages. I'm not trying to knock them down(the dynamic/scriping stuff) just that they are usefull in small client interfaces or OS scripting or... => small/quick programs/solutions. And not in Creating a robust Bussiness Logic around them, or game or...

                                          N Offline
                                          N Offline
                                          NormDroid
                                          wrote on last edited by
                                          #20

                                          MDL=>Moshu wrote:

                                          I can't imagine programming in C# without Intellisence

                                          I can, I was around when things weren't so easy ;)

                                          All right, you guys, I got eight crates of Ipecac from Mort. All on my tab. Now, whoever goes the longest without puking gets the last piece of pie in the fridge.

                                          R 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups