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. The 30 Day "No IDE" Challenge

The 30 Day "No IDE" Challenge

Scheduled Pinned Locked Moved The Lounge
visual-studiotoolscomgraphicsbeta-testing
74 Posts 40 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.
  • P Philip Laureano

    If you've ever watched this show[^], you've probably seen people depriving themselves from the most common things that they take for granted. Now, aside from your day job, what would happen if you forced yourself to use only command-line build tools (such as NAnt, NUnit, and MSbuild) for your personal projects at home? At the end of thirty days, how would that change the way you write code? Here are the rules: -You cannot use any IDE to build your personal code (that means no VS2008, SharpDevelop, MonoDevelop, or any other IDE out there). "Personal code" is any code that you write as a hobby. * -You *can* use graphical text editors with syntax highlighting, but they CANNOT have any form of Intellisense or code completion. -You must use either NAnt or MSBuild, or the command line compiler for your favorite language to build your projects. *You can, of course, use any tool you wish if it is a work-related task. Everyone here has to make a living, somehow. :) Right now, this idea is just on the drawing board, but I figured that I'd post the basic rules for the challenge to the CP community and see if I can get it refined before I take the challenge myself. Depending on the feedback, I'll either blog about it or put up a series of articles on CP regarding "Kicking the IDE Habit". So what do you guys think? Do the rules seem fair enough? Anyone else want to take the challenge with me?

    Do you know...LinFu?

    C Offline
    C Offline
    codemunkeh
    wrote on last edited by
    #5

    Well I would just use VBScript for the month :laugh:. Or maybe VRML, I've been doing a bit of that recently. That doesn't need compilers and sure as hell doesn't have any Intellisense when using Notepad++. That's a thing, is code colouring allowed?


    Ninja (the Nerd)
    Confused? You will be...

    P 1 Reply Last reply
    0
    • P Philip Laureano

      dighn wrote:

      If it's pain you want, there are far easier ways to achieve it. Stabbing yourself is a good start.

      Like I said, it wouldn't be challenge if it was easy. :)

      Do you know...LinFu?

      S Offline
      S Offline
      Super Lloyd
      wrote on last edited by
      #6

      That point is there in useless unpleasant pointless challenges?

      A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

      P 1 Reply Last reply
      0
      • P Philip Laureano

        If you've ever watched this show[^], you've probably seen people depriving themselves from the most common things that they take for granted. Now, aside from your day job, what would happen if you forced yourself to use only command-line build tools (such as NAnt, NUnit, and MSbuild) for your personal projects at home? At the end of thirty days, how would that change the way you write code? Here are the rules: -You cannot use any IDE to build your personal code (that means no VS2008, SharpDevelop, MonoDevelop, or any other IDE out there). "Personal code" is any code that you write as a hobby. * -You *can* use graphical text editors with syntax highlighting, but they CANNOT have any form of Intellisense or code completion. -You must use either NAnt or MSBuild, or the command line compiler for your favorite language to build your projects. *You can, of course, use any tool you wish if it is a work-related task. Everyone here has to make a living, somehow. :) Right now, this idea is just on the drawing board, but I figured that I'd post the basic rules for the challenge to the CP community and see if I can get it refined before I take the challenge myself. Depending on the feedback, I'll either blog about it or put up a series of articles on CP regarding "Kicking the IDE Habit". So what do you guys think? Do the rules seem fair enough? Anyone else want to take the challenge with me?

        Do you know...LinFu?

        E Offline
        E Offline
        Ennis Ray Lynch Jr
        wrote on last edited by
        #7

        If I had a decent text editor I wouldn't mind manually typing all of my code. I don't really rely on wizards. The only thing I really get from an IDE besides the incredible features of the modern debugger is the use of intellisense as a spelling tool. Depending on which .NET library you use or which third-party tool you use it is impossible to tell just which naming convention is in use. I can guarantee one thing however, if we all developed with a text editor instead of an IDE that crap called properties would have never been introduced.

        Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
        Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
        Most of this sig is for Google, not ego.

        P V B 3 Replies Last reply
        0
        • C codemunkeh

          Well I would just use VBScript for the month :laugh:. Or maybe VRML, I've been doing a bit of that recently. That doesn't need compilers and sure as hell doesn't have any Intellisense when using Notepad++. That's a thing, is code colouring allowed?


          Ninja (the Nerd)
          Confused? You will be...

          P Offline
          P Offline
          Philip Laureano
          wrote on last edited by
          #8

          Ninja-the-Nerd wrote:

          Well I would just use VBScript for the month Laugh. Or maybe VRML, I've been doing a bit of that recently. That doesn't need compilers and sure as hell doesn't have any Intellisense when using Notepad++. That's a thing, is code colouring allowed?

          Yep. You can use an editor with syntax highlighting features, but you cannot use it to build your projects or generate the project source files for you. The whole point of this exercise is to learn what the IDE does for you (in detail) so that you'll be able to do it on your own without relying on an IDE at all. Then again, I suppose if I sat around and did nothing with my projects for a month, I'd win the challenge 'by default', but then again, that's not too fun, now is it? :)

          Do you know...LinFu?

          1 Reply Last reply
          0
          • E Ennis Ray Lynch Jr

            If I had a decent text editor I wouldn't mind manually typing all of my code. I don't really rely on wizards. The only thing I really get from an IDE besides the incredible features of the modern debugger is the use of intellisense as a spelling tool. Depending on which .NET library you use or which third-party tool you use it is impossible to tell just which naming convention is in use. I can guarantee one thing however, if we all developed with a text editor instead of an IDE that crap called properties would have never been introduced.

            Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
            Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
            Most of this sig is for Google, not ego.

            P Offline
            P Offline
            Philip Laureano
            wrote on last edited by
            #9

            Ennis Ray Lynch, Jr. wrote:

            If I had a decent text editor I wouldn't mind manually typing all of my code. I don't really rely on wizards. The only thing I really get from an IDE besides the incredible features of the modern debugger is the use of intellisense as a spelling tool. Depending on which .NET library you use or which third-party tool you use it is impossible to tell just which naming convention is in use. I can guarantee one thing however, if we all developed with a text editor instead of an IDE that crap called properties would have never been introduced.

            I suspect that a lot of more experienced devs like yourself wouldn't even call it a challenge, but there's a whole new generation of people (like myself) who haven't quite left the comfortable bounds of the VS200x IDE. Okay, I admit it. I'm VS2008 addict, and I'm looking to break this addiction. Mono on Linux looks tempting right now, but it's too easy to fall back to VS2008 because of all it's features. There has to be a better alternative than just to jump to another IDE and start the addiction cycle all over again...

            Do you know...LinFu?

            E 1 Reply Last reply
            0
            • P Philip Laureano

              Ennis Ray Lynch, Jr. wrote:

              If I had a decent text editor I wouldn't mind manually typing all of my code. I don't really rely on wizards. The only thing I really get from an IDE besides the incredible features of the modern debugger is the use of intellisense as a spelling tool. Depending on which .NET library you use or which third-party tool you use it is impossible to tell just which naming convention is in use. I can guarantee one thing however, if we all developed with a text editor instead of an IDE that crap called properties would have never been introduced.

              I suspect that a lot of more experienced devs like yourself wouldn't even call it a challenge, but there's a whole new generation of people (like myself) who haven't quite left the comfortable bounds of the VS200x IDE. Okay, I admit it. I'm VS2008 addict, and I'm looking to break this addiction. Mono on Linux looks tempting right now, but it's too easy to fall back to VS2008 because of all it's features. There has to be a better alternative than just to jump to another IDE and start the addiction cycle all over again...

              Do you know...LinFu?

              E Offline
              E Offline
              Ennis Ray Lynch Jr
              wrote on last edited by
              #10

              Most of my CS classes required text only. While the C++ we could use the MS IDE as the University has a license for all students for Visual Studio all of the work was on Linux so we still had to use gcc and javac for most of it typing code in vi. Then the prof's would through a curve and just pick random languages, comparative languages was a real PITA. What you will find when leaving the IDE you will quickly learn a lot more of the API by memory. Combine that with faster typing skills and you will really pound some code out. However, I would suggest Java for breaking the IDE habit and not C#. The I have found Java documentation to be so much better. You will need a lot of documentation right at your fingertips.

              Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
              Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
              Most of this sig is for Google, not ego.

              D 1 Reply Last reply
              0
              • P Philip Laureano

                If you've ever watched this show[^], you've probably seen people depriving themselves from the most common things that they take for granted. Now, aside from your day job, what would happen if you forced yourself to use only command-line build tools (such as NAnt, NUnit, and MSbuild) for your personal projects at home? At the end of thirty days, how would that change the way you write code? Here are the rules: -You cannot use any IDE to build your personal code (that means no VS2008, SharpDevelop, MonoDevelop, or any other IDE out there). "Personal code" is any code that you write as a hobby. * -You *can* use graphical text editors with syntax highlighting, but they CANNOT have any form of Intellisense or code completion. -You must use either NAnt or MSBuild, or the command line compiler for your favorite language to build your projects. *You can, of course, use any tool you wish if it is a work-related task. Everyone here has to make a living, somehow. :) Right now, this idea is just on the drawing board, but I figured that I'd post the basic rules for the challenge to the CP community and see if I can get it refined before I take the challenge myself. Depending on the feedback, I'll either blog about it or put up a series of articles on CP regarding "Kicking the IDE Habit". So what do you guys think? Do the rules seem fair enough? Anyone else want to take the challenge with me?

                Do you know...LinFu?

                C Offline
                C Offline
                Chris Losinger
                wrote on last edited by
                #11

                i've been doing that for two and a half years. it's called Clarion 6[^]. i use VS05 to edit the source files and only use the official Clarion IDE for the actual build process: Ctrl-M. no interactive debugger, nothing but OutputDebugString.

                image processing toolkits | batch image processing

                P 1 Reply Last reply
                0
                • P Philip Laureano

                  If you've ever watched this show[^], you've probably seen people depriving themselves from the most common things that they take for granted. Now, aside from your day job, what would happen if you forced yourself to use only command-line build tools (such as NAnt, NUnit, and MSbuild) for your personal projects at home? At the end of thirty days, how would that change the way you write code? Here are the rules: -You cannot use any IDE to build your personal code (that means no VS2008, SharpDevelop, MonoDevelop, or any other IDE out there). "Personal code" is any code that you write as a hobby. * -You *can* use graphical text editors with syntax highlighting, but they CANNOT have any form of Intellisense or code completion. -You must use either NAnt or MSBuild, or the command line compiler for your favorite language to build your projects. *You can, of course, use any tool you wish if it is a work-related task. Everyone here has to make a living, somehow. :) Right now, this idea is just on the drawing board, but I figured that I'd post the basic rules for the challenge to the CP community and see if I can get it refined before I take the challenge myself. Depending on the feedback, I'll either blog about it or put up a series of articles on CP regarding "Kicking the IDE Habit". So what do you guys think? Do the rules seem fair enough? Anyone else want to take the challenge with me?

                  Do you know...LinFu?

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

                  I actually don't use any IDE on my job. vim + windbg + SourceInsight + command-line build system + command-line based SCM system.

                  Programming Blog utf8-cpp

                  1 Reply Last reply
                  0
                  • P Philip Laureano

                    If you've ever watched this show[^], you've probably seen people depriving themselves from the most common things that they take for granted. Now, aside from your day job, what would happen if you forced yourself to use only command-line build tools (such as NAnt, NUnit, and MSbuild) for your personal projects at home? At the end of thirty days, how would that change the way you write code? Here are the rules: -You cannot use any IDE to build your personal code (that means no VS2008, SharpDevelop, MonoDevelop, or any other IDE out there). "Personal code" is any code that you write as a hobby. * -You *can* use graphical text editors with syntax highlighting, but they CANNOT have any form of Intellisense or code completion. -You must use either NAnt or MSBuild, or the command line compiler for your favorite language to build your projects. *You can, of course, use any tool you wish if it is a work-related task. Everyone here has to make a living, somehow. :) Right now, this idea is just on the drawing board, but I figured that I'd post the basic rules for the challenge to the CP community and see if I can get it refined before I take the challenge myself. Depending on the feedback, I'll either blog about it or put up a series of articles on CP regarding "Kicking the IDE Habit". So what do you guys think? Do the rules seem fair enough? Anyone else want to take the challenge with me?

                    Do you know...LinFu?

                    C Offline
                    C Offline
                    Chris Austin
                    wrote on last edited by
                    #13

                    I don't use a full featured IDE anymore.

                    Sovereign ingredient for a happy marriage: Pay cash or do without. Interest charges not only eat up a household budget; awareness of debt eats up domestic felicity. --Lazarus Long

                    1 Reply Last reply
                    0
                    • S Super Lloyd

                      That point is there in useless unpleasant pointless challenges?

                      A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                      P Offline
                      P Offline
                      Philip Laureano
                      wrote on last edited by
                      #14

                      Super Lloyd wrote:

                      That point is there in useless unpleasant pointless challenges?

                      It's not as useless as you think--there's a lot to be learned by stripping away some of the things that the IDE does for you, and learning how to do it yourself.

                      Do you know...LinFu?

                      S 1 Reply Last reply
                      0
                      • P Philip Laureano

                        Super Lloyd wrote:

                        That point is there in useless unpleasant pointless challenges?

                        It's not as useless as you think--there's a lot to be learned by stripping away some of the things that the IDE does for you, and learning how to do it yourself.

                        Do you know...LinFu?

                        S Offline
                        S Offline
                        Super Lloyd
                        wrote on last edited by
                        #15

                        I started with Notepad long ago. I worked with Notepad for a long time. Well not notepad, JFE[^] actually. One day I tried VS, never look back! (also #develop) Why walk when you can fly? You don't want to work without the IDE, nothing to learn here. But maybe you can try to learn how to compile with the command line tool. That would be a more worthy / teaching challenge....

                        A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                        P 1 Reply Last reply
                        0
                        • S Super Lloyd

                          I started with Notepad long ago. I worked with Notepad for a long time. Well not notepad, JFE[^] actually. One day I tried VS, never look back! (also #develop) Why walk when you can fly? You don't want to work without the IDE, nothing to learn here. But maybe you can try to learn how to compile with the command line tool. That would be a more worthy / teaching challenge....

                          A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                          P Offline
                          P Offline
                          Philip Laureano
                          wrote on last edited by
                          #16

                          Super Lloyd wrote:

                          I started with Notepad long ago. I worked with Notepad for a long time. Well not notepad, JFE[^] actually. One day I tried VS, never look back! (also #develop) Why walk when you can fly?

                          You've got a point there--the problem is that I don't have the luxury of using VS2008 in a non-windows environment, and I need to learn how to do without the IDE and learn how to build apps with the command line tool (which is probably going to be nant, in this case). I realize that there are platform-independent IDEs as well, but I want the build process to be consistent despite whatever platform I use.

                          Do you know...LinFu?

                          S M 2 Replies Last reply
                          0
                          • P Philip Laureano

                            If you've ever watched this show[^], you've probably seen people depriving themselves from the most common things that they take for granted. Now, aside from your day job, what would happen if you forced yourself to use only command-line build tools (such as NAnt, NUnit, and MSbuild) for your personal projects at home? At the end of thirty days, how would that change the way you write code? Here are the rules: -You cannot use any IDE to build your personal code (that means no VS2008, SharpDevelop, MonoDevelop, or any other IDE out there). "Personal code" is any code that you write as a hobby. * -You *can* use graphical text editors with syntax highlighting, but they CANNOT have any form of Intellisense or code completion. -You must use either NAnt or MSBuild, or the command line compiler for your favorite language to build your projects. *You can, of course, use any tool you wish if it is a work-related task. Everyone here has to make a living, somehow. :) Right now, this idea is just on the drawing board, but I figured that I'd post the basic rules for the challenge to the CP community and see if I can get it refined before I take the challenge myself. Depending on the feedback, I'll either blog about it or put up a series of articles on CP regarding "Kicking the IDE Habit". So what do you guys think? Do the rules seem fair enough? Anyone else want to take the challenge with me?

                            Do you know...LinFu?

                            C Offline
                            C Offline
                            code frog 0
                            wrote on last edited by
                            #17

                            You mean everyone hear doesn't do that already? I was under the impression that the sissies used notepad and the real men... Well the real mean use the command line. I gyet ner ideer whuctch yoo beeein dreekin' but if'n yu dunt myind sheerin' I be mutch abliged! ;P

                            P T 2 Replies Last reply
                            0
                            • C Chris Losinger

                              i've been doing that for two and a half years. it's called Clarion 6[^]. i use VS05 to edit the source files and only use the official Clarion IDE for the actual build process: Ctrl-M. no interactive debugger, nothing but OutputDebugString.

                              image processing toolkits | batch image processing

                              P Offline
                              P Offline
                              Philip Laureano
                              wrote on last edited by
                              #18

                              A development environment with templates as part of the language? Nice!

                              Do you know...LinFu?

                              T 1 Reply Last reply
                              0
                              • C code frog 0

                                You mean everyone hear doesn't do that already? I was under the impression that the sissies used notepad and the real men... Well the real mean use the command line. I gyet ner ideer whuctch yoo beeein dreekin' but if'n yu dunt myind sheerin' I be mutch abliged! ;P

                                P Offline
                                P Offline
                                Philip Laureano
                                wrote on last edited by
                                #19

                                code-frog wrote:

                                You mean everyone hear doesn't do that already? I was under the impression that the sissies used notepad and the real men... Well the real mean use the command line. I gyet ner ideer whuctch yoo beeein dreekin' but if'n yu dunt myind sheerin' I be mutch abliged! ;P

                                Haha :) Real men code in binary, I suppose. After all, it can't be THAT hard now, can't it? :P I mean it's only just a bunch of 1s and 0s...

                                Do you know...LinFu?

                                1 Reply Last reply
                                0
                                • P Philip Laureano

                                  Super Lloyd wrote:

                                  I started with Notepad long ago. I worked with Notepad for a long time. Well not notepad, JFE[^] actually. One day I tried VS, never look back! (also #develop) Why walk when you can fly?

                                  You've got a point there--the problem is that I don't have the luxury of using VS2008 in a non-windows environment, and I need to learn how to do without the IDE and learn how to build apps with the command line tool (which is probably going to be nant, in this case). I realize that there are platform-independent IDEs as well, but I want the build process to be consistent despite whatever platform I use.

                                  Do you know...LinFu?

                                  S Offline
                                  S Offline
                                  Super Lloyd
                                  wrote on last edited by
                                  #20

                                  Philip Laureano wrote:

                                  You've got a point there--the problem is that I don't have the luxury of using VS2008 in a non-windows environment, and I need to learn how to do without the IDE and learn how to build apps with the command line tool (which is probably going to be nant, in this case). I realize that there are platform-independent IDEs as well, but I want the build process to be consistent despite whatever platform I use.

                                  MonoDevelop support MsBuild file. csproj are MsBuild file! Solution: work with VS on Windows and #develop / Mono on other platform and maintain your project with MsBuild, it's all good!

                                  A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                                  F 1 Reply Last reply
                                  0
                                  • E Ennis Ray Lynch Jr

                                    If I had a decent text editor I wouldn't mind manually typing all of my code. I don't really rely on wizards. The only thing I really get from an IDE besides the incredible features of the modern debugger is the use of intellisense as a spelling tool. Depending on which .NET library you use or which third-party tool you use it is impossible to tell just which naming convention is in use. I can guarantee one thing however, if we all developed with a text editor instead of an IDE that crap called properties would have never been introduced.

                                    Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
                                    Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
                                    Most of this sig is for Google, not ego.

                                    V Offline
                                    V Offline
                                    Vikram A Punathambekar
                                    wrote on last edited by
                                    #21

                                    Ennis Ray Lynch, Jr. wrote:

                                    I can guarantee one thing however, if we all developed with a text editor instead of an IDE that crap called properties would have never been introduced.

                                    What makes you say that? :confused:

                                    Cheers, Vıkram.


                                    "You idiot British surprise me that your generators which grew up after Mid 50s had no brain at all." - Adnan Siddiqi.

                                    E 1 Reply Last reply
                                    0
                                    • V Vikram A Punathambekar

                                      Ennis Ray Lynch, Jr. wrote:

                                      I can guarantee one thing however, if we all developed with a text editor instead of an IDE that crap called properties would have never been introduced.

                                      What makes you say that? :confused:

                                      Cheers, Vıkram.


                                      "You idiot British surprise me that your generators which grew up after Mid 50s had no brain at all." - Adnan Siddiqi.

                                      E Offline
                                      E Offline
                                      Ennis Ray Lynch Jr
                                      wrote on last edited by
                                      #22

                                      Try it for a few weeks and just see how annoying it is to manage methods vs properties.

                                      Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
                                      Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
                                      Most of this sig is for Google, not ego.

                                      1 Reply Last reply
                                      0
                                      • P Philip Laureano

                                        If you've ever watched this show[^], you've probably seen people depriving themselves from the most common things that they take for granted. Now, aside from your day job, what would happen if you forced yourself to use only command-line build tools (such as NAnt, NUnit, and MSbuild) for your personal projects at home? At the end of thirty days, how would that change the way you write code? Here are the rules: -You cannot use any IDE to build your personal code (that means no VS2008, SharpDevelop, MonoDevelop, or any other IDE out there). "Personal code" is any code that you write as a hobby. * -You *can* use graphical text editors with syntax highlighting, but they CANNOT have any form of Intellisense or code completion. -You must use either NAnt or MSBuild, or the command line compiler for your favorite language to build your projects. *You can, of course, use any tool you wish if it is a work-related task. Everyone here has to make a living, somehow. :) Right now, this idea is just on the drawing board, but I figured that I'd post the basic rules for the challenge to the CP community and see if I can get it refined before I take the challenge myself. Depending on the feedback, I'll either blog about it or put up a series of articles on CP regarding "Kicking the IDE Habit". So what do you guys think? Do the rules seem fair enough? Anyone else want to take the challenge with me?

                                        Do you know...LinFu?

                                        J Offline
                                        J Offline
                                        Judah Gabriel Himango
                                        wrote on last edited by
                                        #23

                                        Gosh. I don't have the desire to! But I know it would probably help my development career! Can I borrow some of your enthusiasm? :) OT: I was looking at LinFu and reading your blog. It's clear you really care about code quality. I'm going to take a serious look at LinFu this weekend.

                                        Tech, life, family, faith: Give me a visit. I'm currently blogging about: Feelings-Based Morality of the Secular World The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

                                        P 1 Reply Last reply
                                        0
                                        • J Judah Gabriel Himango

                                          Gosh. I don't have the desire to! But I know it would probably help my development career! Can I borrow some of your enthusiasm? :) OT: I was looking at LinFu and reading your blog. It's clear you really care about code quality. I'm going to take a serious look at LinFu this weekend.

                                          Tech, life, family, faith: Give me a visit. I'm currently blogging about: Feelings-Based Morality of the Secular World The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

                                          P Offline
                                          P Offline
                                          Philip Laureano
                                          wrote on last edited by
                                          #24

                                          Judah Himango wrote:

                                          Gosh. I don't have the desire to! But I know it would probably help my development career! Can I borrow some of your enthusiasm? Smile OT: I was looking at LinFu and reading your blog. It's clear you really care about code quality. I'm going to take a serious look at LinFu this weekend.

                                          Thanks. :) Take a look at it, and let me know what you think. I'm always open to constructive criticism.

                                          Do you know...LinFu?

                                          J 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