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. ok what are the rules

ok what are the rules

Scheduled Pinned Locked Moved The Lounge
tutorial
238 Posts 34 Posters 364 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 Kevin McFarlane

    Buy a copy of Steve McConnell's Code Complete for the office. Depending on what languages you're using look up the recommended style and/or practices guides on the web. E.g., for .NET this would be MS's Design Guidelines for Class Library Developers in the MSDN library. Though I don't think this has been updated for .NET 2.

    Kevin

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #171

    I am still waiting for my copy from Amazon :^)

    The tigress is here :-D

    1 Reply Last reply
    0
    • R Rama Krishna Vavilala

      BTW I like all of his points except the last one. For a moment I thought that he was reformed.


      Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan

      A Offline
      A Offline
      Ashley van Gerven
      wrote on last edited by
      #172

      Rama Krishna Vavilala wrote:

      For a moment I thought that he was reformed

      Well I only count one "Plain English", and it only constitutes one point amongst a dozen other points. Not sure how you define reformed but that's pretty close in my book.

      "For fifty bucks I'd put my face in their soup and blow." - George Costanza

      ~ Web SQL Utility - asp.net app to query Access, SQL server, MySQL. Stores history, favourites.

      1 Reply Last reply
      0
      • A Amar Chaudhary

        there were few discussions about rules for programming few days ago i am working in a company which is newly started and only two programmers there and no one to guide except CP so what are the rules which you follow and think i should also follow :):)

        A Offline
        A Offline
        Ashley van Gerven
        wrote on last edited by
        #173

        Well the fact that you have started a thread with a massive number of replies, shows there is no simple answer. But there is only one Golden Rule you should follow when it comes to programming: DO NOT, under any circumstances, write ANYTHING in Visual Basic! (I just can't believe no one else has stated this already! :)) BTW, you might even have started the longest Lounge thread this year? Partly because you gave an opportunity for the words 'plain english' to appear :doh: :laugh:

        "For fifty bucks I'd put my face in their soup and blow." - George Costanza

        ~ Web SQL Utility - asp.net app to query Access, SQL server, MySQL. Stores history, favourites.

        A 1 Reply Last reply
        0
        • 1 123 0

          Jeremy Falcon wrote:

          Who said anything about being a hypocrite?

          The message all these are hanging under.

          Jeremy Falcon wrote:

          It's still exploiting the lounge however.

          I quote: "The Lounge is a place where you can discuss anything that takes your fancy. If you just want to laze about and discuss things that don't quite fit elsewhere, then this is the place." And this right is granted to all members, and the only thing required to join is a name and a string of characters that will pass for an email address. So here we are. Besides, what harm are we doing? In fact, I would argue that our posts engender more interesting and more meaningful discussions, on the whole, than many of the "non-exploiting" posters here. Chris should pay us to post just to liven up the place!

          O Offline
          O Offline
          OldWarhorse
          wrote on last edited by
          #174

          "Eppur si muove" - ? :)

          1 Reply Last reply
          0
          • 1 123 0

            Amar Chaudhary wrote:

            so what are the rules which you follow and think i should also follow

            Sorry, forgot one - a very important one: Abandon the "object oriented" way of thinking and write the thing, as much as possible (with the language you've chosen), as traditional procedural code. Keep your nouns (data definitions) and your verbs (operations on those nouns) separate.

            E Offline
            E Offline
            El Corazon
            wrote on last edited by
            #175

            The Grand Negus wrote:

            Abandon the "object oriented" way of thinking and write the thing, as much as possible (with the language you've chosen), as traditional procedural code. Keep your nouns (data definitions) and your verbs (operations on those nouns) separate.

            Now I finally understand you. You are not a troll, you are totally incapable of understanding and "getting a clue" because you have lost complete touch with reality. This finally makes sense. The good news is, they do have medication for schizophrenia now. The bad news is, you probably will not, therefore HAL will keep talking you into visiting us and preaching your nonsense.

            _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

            P 1 Reply Last reply
            0
            • E El Corazon

              The Grand Negus wrote:

              Abandon the "object oriented" way of thinking and write the thing, as much as possible (with the language you've chosen), as traditional procedural code. Keep your nouns (data definitions) and your verbs (operations on those nouns) separate.

              Now I finally understand you. You are not a troll, you are totally incapable of understanding and "getting a clue" because you have lost complete touch with reality. This finally makes sense. The good news is, they do have medication for schizophrenia now. The bad news is, you probably will not, therefore HAL will keep talking you into visiting us and preaching your nonsense.

              _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #176

              Jeffry J. Brickley wrote:

              You are not a troll, you are totally incapable of understanding and "getting a clue" because you have lost complete touch with reality

              :laugh: Good one :-D


              Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon

              1 Reply Last reply
              0
              • 1 123 0

                Jasmine2501 wrote:

                I would be willing to bet that most Plain English parsing engines are written in some kind of OOP language.

                But ours isn't written that way. And we prefered not to write it that way - though we could have. And we believe that the ease with which we produced it, and the efficiency with which it runs, testifies to the fact that we made the right decision.

                Jasmine2501 wrote:

                Someone with your experience should know that, at some point, you have to bridge the gap between the user and the chips in the machine.

                Of course. And we did bridge that gap - we wrote a Plain English compiler, in Plain English, that generates native Intel machine code.

                Jasmine2501 wrote:

                OOP languages that compile down to real code are the best option we have right now.

                We don't think so. We prefer to program in Plain English. Without objects. And we do.

                Jasmine2501 wrote:

                I don't understand why you're so reluctant to admit that.

                Because we've done it both ways and prefer Plain English without objects.

                Jasmine2501 wrote:

                Sounds like you're stuck in the past.

                The past? We're not the ones using a derivative of a language and syntax from the 1960's! We're using our own native tongue - English - to write programs.

                Jasmine2501 wrote:

                I read your definition of how Plain English works, and you described it in an object-oriented manner... ears, brain, calculator... I hate to burst your bubble but those are objects.

                Objects in the sense of "nouns", yes. But objects in the sense that they "do things" on their own, in the sense that they have their "methods" inside them, no. Our ears don't hear; they are used by us to hear with. Our brains don't think; they are used by us to think with. Our calculators don't calculate; they are used by us to calculate with. This is the fundamental issue we have with objects - they way they bind verbs underneath the nouns. This, we believe, is fundamentally wrong - a bad paradigm. All the other flaws of the object approach stem from this error.

                E Offline
                E Offline
                El Corazon
                wrote on last edited by
                #177

                The Grand Negus wrote:

                The past? We're not the ones using a derivative of a language and syntax from the 1960's! We're using our own native tongue - English - to write programs.

                So you are worried we're using a derivative of a 1960's language, continously improved using lessoned learned over the last 40 years, and you are using the random brain firings of a language from 5000 or more BC that doesn't even write well!??!! Wow, what a "bear" of a project to "bare" to us here. Pity you can't "pare" your ego down, or at least "pair" it up with a bit of logic instead of nonsense...

                _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                J 1 Reply Last reply
                0
                • J Jeremy Falcon

                  PaulC1972 wrote:

                  I thought that when the Osmosian guys posted those articles some months ago. Couldn't make any sense of the coding and it looked like something I would have gotten agitated over.

                  Yeah, they keep on saying PEP is more natural and you can type more code despite it being verbose because it flows so to speak. Personally, I don't think they spent enough time coding in another language that's not verbose to get that same flow. And having to use the shift key is not a show stopper for me. :rolleyes: Really though, if syntax was the only issue in debate (which it's not). I still wouldn't be crazy about it.

                  Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]

                  E Offline
                  E Offline
                  El Corazon
                  wrote on last edited by
                  #178

                  Jeremy Falcon wrote:

                  And having to use the shift key is not a show stopper for me.

                  Which just goes to show you that you have never drunk all your brain cells away. :)

                  Jeremy Falcon wrote:

                  Really though, if syntax was the only issue in debate (which it's not). I still wouldn't be crazy about it.

                  That has always been what I have said. We need something to gain from a language. At least C# has some benefits to the programmer beyond just a "new" (or in the case of PEP: incredibly ancient) syntax. In fact, there is so much you have to give up to program in PEP that half of the software written today wouldn't be possible to write in PEP. No games, no simulations, no scientific visualization, no concurrent massive parallel problem solving.... He may want "HAL 9000", but he is pushing a Hal 9000BC!

                  _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                  J 1 Reply Last reply
                  0
                  • K Kevin McFarlane

                    Buy a copy of Steve McConnell's Code Complete for the office. Depending on what languages you're using look up the recommended style and/or practices guides on the web. E.g., for .NET this would be MS's Design Guidelines for Class Library Developers in the MSDN library. Though I don't think this has been updated for .NET 2.

                    Kevin

                    J Offline
                    J Offline
                    Jeff Dickey
                    wrote on last edited by
                    #179

                    Yes, read McConnell, both as a survival guide for how to deal with hopelessly Microsoft-centric development shops and as a reminder of what not to do in more enlightened organisations. Remember that there are no silver bullets; if someone hands you one, scrape it a little bit; you'll find plutonium underneath. Bearing that in mind, what I've seen work boils down to: Use a lightweight process that encourages and rewards user/stakeholder participation throughout the process. Change happens; plan for it. Have "heavier" processes like RUP in your capability matrix, but don't default to them; you don't need to write documentation the size of the Encyclopedia Brittanica to code an address book. At the same time, borrow a credo from the medical profession: If you don't write it down, it never happened. Don't mindlessly repeat what the code says; your ideal should be a concise, complete pixel trail that would accomplish two related but divergent missions: a) allowing a comparably competent developer to recreate your system at least as well as you did, and b) to allow the other stakeholders (customers, management) to understand where you are, what you're doing, why, and what further conflicts and resource needs (time, money, etc.) separate the team from total success. Don't tie your "crown jewels" of design and other IP away in proprietary lockboxes. Use tools based on open standards (Web+database=wikis and blogs, for instance) that will survive anything time, entropy and failing memories can throw at them. Even if you're developing for a single, proprietary, system, always develop as much as possible to be portable across everything - and test that completely. No matter what your deployment system, portability requirements, etc.... clean interface design and separation of purposes, religiously applied, will save your neck far more often than you believe it will break it. Any piece of code should have only one reason to change. Audit your code, both individually and collectively. Anything that hasn'tAnything that hasn't been proven to work in all respects is assumed to fail under any and all circumstances. Any code that can't be tested should be removed, and the cascade of defective planning/design that spawned it in the first place should be identified, examined, and torn out by the roots. I led a small team charged with implementing a critical component (about 1,700 C++ classes) for a large, very well-known American softw

                    1 Reply Last reply
                    0
                    • J Jeremy Falcon

                      Joe Woodbury wrote:

                      it is excessively dogmatic

                      I do agree with you on that front. While I think it's a good book, I do think it should serve as a guide more so than a religion.

                      Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]

                      E Offline
                      E Offline
                      El Corazon
                      wrote on last edited by
                      #180

                      Jeremy Falcon wrote:

                      I do think it should serve as a guide more so than a religion.

                      egad, I hope everyone believes the same! Good programming is adaptive, which makes the whole universe a guide.

                      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                      1 Reply Last reply
                      0
                      • E El Corazon

                        The Grand Negus wrote:

                        The past? We're not the ones using a derivative of a language and syntax from the 1960's! We're using our own native tongue - English - to write programs.

                        So you are worried we're using a derivative of a 1960's language, continously improved using lessoned learned over the last 40 years, and you are using the random brain firings of a language from 5000 or more BC that doesn't even write well!??!! Wow, what a "bear" of a project to "bare" to us here. Pity you can't "pare" your ego down, or at least "pair" it up with a bit of logic instead of nonsense...

                        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                        J Offline
                        J Offline
                        Jasmine2501
                        wrote on last edited by
                        #181

                        I was only saying stuck in the past because you are espousing procedural approaches over object approaches. I'm ready to download this Plain English thing... send us the link.

                        "Quality Software since 1983!"
                        http://www.smoothjazzy.com/ - see the "Programming" section for (freeware) JazzySiteMaps, a simple application to generate .Net and Google-style sitemaps!

                        E 1 2 Replies Last reply
                        0
                        • J Jasmine2501

                          I was only saying stuck in the past because you are espousing procedural approaches over object approaches. I'm ready to download this Plain English thing... send us the link.

                          "Quality Software since 1983!"
                          http://www.smoothjazzy.com/ - see the "Programming" section for (freeware) JazzySiteMaps, a simple application to generate .Net and Google-style sitemaps!

                          E Offline
                          E Offline
                          El Corazon
                          wrote on last edited by
                          #182

                          Jasmine2501 wrote:

                          I'm ready to download this Plain English thing... send us the link.

                          It's in his every post. Good luck, be preprared to give up floating point math as well as objects, you don't need advanced graphics, and you will be limited to only those "parts" of programming that "He" deems not beneath Himself to write into His own compiler. He is "perfect" and He is "always right" and any idea you have will be beneath Him, because you are meaningless to Him, even as a customer. Good luck!

                          _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                          J J 2 Replies Last reply
                          0
                          • 1 123 0

                            Okay. Send me a version in some other language that you think is good - and hopefully short - and we'll get you the Plain English equivalent.

                            E Offline
                            E Offline
                            El Corazon
                            wrote on last edited by
                            #183

                            The Grand Negus wrote:

                            Okay. Send me a version in some other language that you think is good - and hopefully short - and we'll get you the Plain English equivalent.

                            http://www.azillionmonkeys.com/qed/hash.html[^] and time the result. A hash table is one of the simplest concepts in computer programming and has been translated to every language imaginable because it is extremely useful. Add yours to the list and lets see the results, both in code AND in implimentation speed. After all final implimentation is not just readability, but USE! If it isn't practical in application of use, then it is just playground theory.

                            _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                            1 1 Reply Last reply
                            0
                            • J Jasmine2501

                              I was only saying stuck in the past because you are espousing procedural approaches over object approaches. I'm ready to download this Plain English thing... send us the link.

                              "Quality Software since 1983!"
                              http://www.smoothjazzy.com/ - see the "Programming" section for (freeware) JazzySiteMaps, a simple application to generate .Net and Google-style sitemaps!

                              1 Offline
                              1 Offline
                              123 0
                              wrote on last edited by
                              #184

                              Jasmine2501 wrote:

                              I'm ready to download this Plain English thing... send us the link.

                              You have to write to us directly to get the link. We don't publish the link because the product is not free. Others - some merely curious - have paid for it, and, I might note, none have asked for a refund (ie, they thought it worth the hundred bucks, either as a tool, or as something educational, inspiring, or just plain entertaining). Evaluation copies, however, are available to those who are more than simply curious - developers who wish to build something on top of it; educators who want to use it as a teaching tool; and other individuals who will take the time (about half a day) to thoroughly digest what we're actually saying and provide us with a review (public or private). If you think you fit into one of those categories, write: help@osmosian.com.

                              1 Reply Last reply
                              0
                              • E El Corazon

                                The Grand Negus wrote:

                                Okay. Send me a version in some other language that you think is good - and hopefully short - and we'll get you the Plain English equivalent.

                                http://www.azillionmonkeys.com/qed/hash.html[^] and time the result. A hash table is one of the simplest concepts in computer programming and has been translated to every language imaginable because it is extremely useful. Add yours to the list and lets see the results, both in code AND in implimentation speed. After all final implimentation is not just readability, but USE! If it isn't practical in application of use, then it is just playground theory.

                                _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                1 Offline
                                1 Offline
                                123 0
                                wrote on last edited by
                                #185

                                Jeffry J. Brickley wrote:

                                A hash table is one of the simplest concepts in computer programming and has been translated to every language imaginable because it is extremely useful. Add yours to the list and lets see the results, both in code AND in implimentation speed. After all final implimentation is not just readability, but USE! If it isn't practical in application of use, then it is just playground theory.

                                Our compiler uses a variety of hash tables; they are efficient enough to enable us to process our source code at about 12,000 lines per second. I think that makes them "practical in application use" and not just "playground theory". How that compares with other people's hash tables, we simply don't care. We've got 'em, and they work for us.

                                E 1 Reply Last reply
                                0
                                • 1 123 0

                                  Jeffry J. Brickley wrote:

                                  A hash table is one of the simplest concepts in computer programming and has been translated to every language imaginable because it is extremely useful. Add yours to the list and lets see the results, both in code AND in implimentation speed. After all final implimentation is not just readability, but USE! If it isn't practical in application of use, then it is just playground theory.

                                  Our compiler uses a variety of hash tables; they are efficient enough to enable us to process our source code at about 12,000 lines per second. I think that makes them "practical in application use" and not just "playground theory". How that compares with other people's hash tables, we simply don't care. We've got 'em, and they work for us.

                                  E Offline
                                  E Offline
                                  El Corazon
                                  wrote on last edited by
                                  #186

                                  The Grand Negus wrote:

                                  How that compares with other people's hash tables, we simply don't care.

                                  As with most of your stuff.... "We did it our way, you change or you are wrong." is your answer to everything. THIS is why you get no respect here. Implimentation is everything, when you handle 300,000 geodetic operations per second, 30,000 line-of sight operations per thread, speed and implimentation is everything. Your way or the highway, just doesn't cut it. You can stay on your highway, but you will end up like everything else on the highway....

                                  _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                  1 1 Reply Last reply
                                  0
                                  • E El Corazon

                                    The Grand Negus wrote:

                                    How that compares with other people's hash tables, we simply don't care.

                                    As with most of your stuff.... "We did it our way, you change or you are wrong." is your answer to everything. THIS is why you get no respect here. Implimentation is everything, when you handle 300,000 geodetic operations per second, 30,000 line-of sight operations per thread, speed and implimentation is everything. Your way or the highway, just doesn't cut it. You can stay on your highway, but you will end up like everything else on the highway....

                                    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                    1 Offline
                                    1 Offline
                                    123 0
                                    wrote on last edited by
                                    #187

                                    Jeffry J. Brickley wrote:

                                    We did it our way,

                                    Yes, I said that.

                                    Jeffry J. Brickley wrote:

                                    you change or you are wrong

                                    I said nothing like that. I said our routines were fast enough for our purposes and that we didn't care if that was faster or slower than someone else's. That's all.

                                    Jeffry J. Brickley wrote:

                                    Implimentation is everything, when you handle 300,000 geodetic operations per second, 30,000 line-of sight operations per thread, speed and implimentation is everything.

                                    I imagine that's true. But we're not trying to do anything like that here. Personally, I'd write the critical parts of such a routine in machine code so I knew exactly what it was doing; we did a similar thing with the string comparison routines in our compiler.

                                    E 1 Reply Last reply
                                    0
                                    • A Ashley van Gerven

                                      Well the fact that you have started a thread with a massive number of replies, shows there is no simple answer. But there is only one Golden Rule you should follow when it comes to programming: DO NOT, under any circumstances, write ANYTHING in Visual Basic! (I just can't believe no one else has stated this already! :)) BTW, you might even have started the longest Lounge thread this year? Partly because you gave an opportunity for the words 'plain english' to appear :doh: :laugh:

                                      "For fifty bucks I'd put my face in their soup and blow." - George Costanza

                                      ~ Web SQL Utility - asp.net app to query Access, SQL server, MySQL. Stores history, favourites.

                                      A Offline
                                      A Offline
                                      Amar Chaudhary
                                      wrote on last edited by
                                      #188

                                      Ashley van Gerven wrote:

                                      DO NOT, under any circumstances, write ANYTHING in Visual Basic!

                                      i did applied that :laugh:

                                      Ashley van Gerven wrote:

                                      TW, you might even have started the longest Lounge thread this year? Partly because you gave an opportunity for the words 'plain english' to appear :doh: :laugh:

                                      yeah i thought that it is stopped near 70 then PEP came and some what divert the thread :doh: the count reaches 188 and still growing cause The Grand Negus 15mins ago :mad:

                                      it is good to be important but it is more important to be good

                                      1 Reply Last reply
                                      0
                                      • 1 123 0

                                        Jeffry J. Brickley wrote:

                                        We did it our way,

                                        Yes, I said that.

                                        Jeffry J. Brickley wrote:

                                        you change or you are wrong

                                        I said nothing like that. I said our routines were fast enough for our purposes and that we didn't care if that was faster or slower than someone else's. That's all.

                                        Jeffry J. Brickley wrote:

                                        Implimentation is everything, when you handle 300,000 geodetic operations per second, 30,000 line-of sight operations per thread, speed and implimentation is everything.

                                        I imagine that's true. But we're not trying to do anything like that here. Personally, I'd write the critical parts of such a routine in machine code so I knew exactly what it was doing; we did a similar thing with the string comparison routines in our compiler.

                                        E Offline
                                        E Offline
                                        El Corazon
                                        wrote on last edited by
                                        #189

                                        The Grand Negus wrote:

                                        we did a similar thing with the string comparison routines in our compiler.

                                        but I thought you said your compiler was written in plain english? so now plain english wasn't good enough so you wrote assembly to boost it? Guess things are getting clearer.

                                        The Grand Negus wrote:

                                        I said nothing like that.

                                        You say it in your attitude. OO is wrong, drop it, dump it, erase it from the existance. Our Plain English is superior to everything in the known universe and you are an idiot to ignore it. That is what your attitude says in every single one of your posts. Arrogant, egocentric, and unable to accept any reason. We tell you why floating is good, you get angry and defensive, and tell us we are wrong. We tell you why advanced OO, memory operations, graphics, math, and other many varieties of code formations are good, and you say no... they are bad, drop everything and try our code.

                                        The Grand Negus wrote:

                                        and that we didn't care if that was faster or slower than someone else's. That's all.

                                        so if C/C++ is 1000 times faster, you still stand by the idea that plain english is right? of proper use of OO is 10 times easier to maintain in large groups than plain english your code is still right? You don't care about any of those things because you were right, and everyone else is wrong. Speed is irrelevant, so you don't test it, you only care about the concept no matter how useful, it must be right regardless of speed, regardless of professional opinion, simply because your opinion is always right.

                                        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                        1 Reply Last reply
                                        0
                                        • A Amar Chaudhary

                                          this is my second job (3 month passed) my first job (fox pro for accounting solution or can say immediate reports no structure for code or any thing else no training instead i had to go to client location from the first day i work from there only no previous experience of fox pro they give me one program which was used to calculate interest and they give me source code yes pc given to me was better so i had one day to learn fox pro basics and i did that of course not whole but the basic things required for me to work there thanks to msdn and internet connection ) before joining my first job i did a .net course (3 months). My .net teacher refer me to my current job i joined this job (my salary was hiked almost 5 times and i got a team (one more student of sir) to work with again we got no training however it took a bit longer to understand few needed concepts of directx and webcam yes articles from code project were the only source of info i could had that time (no books of directx with c# available that time in EE edition and i had not enough money to buy the costlier books so i will say thanks a lot CP now the questions of Joel 1. Do you use source control? i did not know this thing before so i will implement it ASAP 2. Can you make a build in one step? Yes as we are two we work together 3. Do you make daily builds? no i didn't 4. Do you have a bug database? i will make it ASAP (today itself) 5. Do you fix bugs before writing new code? well most i fix them after writing the code cause if i am implementing some thing new i don't know that it will work or not after my basic idea starts to work then i take some free time and think throughly to find bugs before implementing any further 6. Do you have an up-to-date schedule? yes we complete one thing then take target for the next one and accomplishes it on time however i have to give many sleepless nights 7. Do you have a spec? yes i build the outer line on the day one but don't have any fine specs 8. Do programmers have quiet working conditions? no not at office and we have to complete our first project before 30th so i am working from my home 9. Do you use the best tools money can buy? no this is the part we lag most we have two computers at office one we work upon is p4 1.2 ghz with 256 mb ram (i wonders how .Net is running on it with XP and directx SDK loaded) second computer is worse we cant use it for programming / testing it is only used for browsing (p3 .5 ghz 256 mb ram) we don`t have those dual monitors or lcd e

                                          J Offline
                                          J Offline
                                          Josh Young
                                          wrote on last edited by
                                          #190

                                          .

                                          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