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. Isn't it programming is just like poetry?

Isn't it programming is just like poetry?

Scheduled Pinned Locked Moved The Lounge
questiondiscussion
26 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.
  • R Offline
    R Offline
    Rizwan Yasin
    wrote on last edited by
    #1

    do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

    programming is just like poetry

    C S D R E 12 Replies Last reply
    0
    • R Rizwan Yasin

      do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

      programming is just like poetry

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Rizwan Yasin wrote:

      do u know programming is like a poetry?

      No, it's really not...

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      1 Reply Last reply
      0
      • R Rizwan Yasin

        do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

        programming is just like poetry

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

        define poetry, please! ;P other than that I was impervious to your poetic spirit :laugh:

        D 1 Reply Last reply
        0
        • R Rizwan Yasin

          do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

          programming is just like poetry

          D Offline
          D Offline
          devvvy
          wrote on last edited by
          #4

          yea they use to say "COM is love" Too much hype and ego silly

          E 1 Reply Last reply
          0
          • R Rizwan Yasin

            do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

            programming is just like poetry

            R Offline
            R Offline
            RoswellNX
            wrote on last edited by
            #5

            Rizwan Yasin wrote:

            programming is just like poetry

            It's actually more like structural engineering You have to think about load balancing, efficiency and structural integrity (i.e. paying attention as to how you reuse strings if you do, and not leaving pointers that are refering to memory that's long been reused for something else.) Then there are the issues of public and private forms of methods and variables, for security purposes where you have to keep track of what you can call from inside where. Then there's garbage collection or lack thereof, which you also have to keep in mind depending on the language. All in all, if you are looking for methods to adhere to the form of a Shakespearian sonnet, and the variable names to rhyme, you are definitly in for a boatload of bugs and a stern meeting with the boss. Roswell

            "Angelinos -- excuse me. There will be civility today."
            Antonio VillaRaigosa
            City Mayor, Los Angeles, CA

            B 1 Reply Last reply
            0
            • S Super Lloyd

              define poetry, please! ;P other than that I was impervious to your poetic spirit :laugh:

              D Offline
              D Offline
              Duncan Edwards Jones
              wrote on last edited by
              #6

              define poetry, please! #define POETRY

              '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

              D G 2 Replies Last reply
              0
              • D Duncan Edwards Jones

                define poetry, please! #define POETRY

                '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

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

                Well done! :-D

                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 My Blog - My Photos - ScrewTurn Wiki

                1 Reply Last reply
                0
                • R RoswellNX

                  Rizwan Yasin wrote:

                  programming is just like poetry

                  It's actually more like structural engineering You have to think about load balancing, efficiency and structural integrity (i.e. paying attention as to how you reuse strings if you do, and not leaving pointers that are refering to memory that's long been reused for something else.) Then there are the issues of public and private forms of methods and variables, for security purposes where you have to keep track of what you can call from inside where. Then there's garbage collection or lack thereof, which you also have to keep in mind depending on the language. All in all, if you are looking for methods to adhere to the form of a Shakespearian sonnet, and the variable names to rhyme, you are definitly in for a boatload of bugs and a stern meeting with the boss. Roswell

                  "Angelinos -- excuse me. There will be civility today."
                  Antonio VillaRaigosa
                  City Mayor, Los Angeles, CA

                  B Offline
                  B Offline
                  Brady Kelly
                  wrote on last edited by
                  #8

                  RoswellNX wrote:

                  All in all, if you are looking for methods to adhere to the form of a Shakespearian sonnet, and the variable names to rhyme, you are definitly in for a boatload of bugs and a stern meeting with the boss.

                  I attack from the engineering side, but am often impressed when the code turns out like a sonnet. I think the application of right technique helps shape the end product as a work of art as well as a solution to an engineering problem.

                  1 Reply Last reply
                  0
                  • D devvvy

                    yea they use to say "COM is love" Too much hype and ego silly

                    E Offline
                    E Offline
                    Eytukan
                    wrote on last edited by
                    #9

                    COM->KAM->KAMA. Yeah you could be right, in our language.:-O


                    He's become a household word in the Lounge. A whole new phraseology has evolved. Post a link or reply with a smiley and rose, and you've made a "Satipsism". So what? It's an interesting thing about the Internet, the evolution (as in change, not progress) of tone, quality, terminology, etc. -Marc Clifton. Best wishes to Rexx[^

                    1 Reply Last reply
                    0
                    • R Rizwan Yasin

                      do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

                      programming is just like poetry

                      E Offline
                      E Offline
                      Eytukan
                      wrote on last edited by
                      #10

                      Rizwan Yasin wrote:

                      Isn't it programming is just like poetry?

                      Yeah OSMO can do that.


                      He's become a household word in the Lounge. A whole new phraseology has evolved. Post a link or reply with a smiley and rose, and you've made a "Satipsism". So what? It's an interesting thing about the Internet, the evolution (as in change, not progress) of tone, quality, terminology, etc. -Marc Clifton. Best wishes to Rexx[^

                      1 Reply Last reply
                      0
                      • R Rizwan Yasin

                        do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

                        programming is just like poetry

                        B Offline
                        B Offline
                        Bradml
                        wrote on last edited by
                        #11

                        Rizwan Yasin wrote:

                        One stanza of poetry opens unknown no.s of thoughts & meaning.

                        Are you telling me that every line of your application opens up unkown amounts of thoughts and meaning? Sounds to me like you don't know what the hell you are doing.


                        Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

                        1 Reply Last reply
                        0
                        • R Rizwan Yasin

                          do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

                          programming is just like poetry

                          P Offline
                          P Offline
                          Prakash Nadar
                          wrote on last edited by
                          #12

                          Rizwan Yasin wrote:

                          do u know programming is like a poetry?

                          No. but you are 100% crazy.

                          1 Reply Last reply
                          0
                          • R Rizwan Yasin

                            do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

                            programming is just like poetry

                            P Offline
                            P Offline
                            Pete OHanlon
                            wrote on last edited by
                            #13

                            Somehow, I can't see Shakespeare knocking out: "Shall I compare thee to a null pointer?" Or "Romeo, Romeo, Wherefore art the TreeView in the toolbox Romeo?" 2 reasons: 1 - he's dead 2 - poetry is nothing like programming

                            Deja View - the feeling that you've seen this post before.

                            E 1 Reply Last reply
                            0
                            • R Rizwan Yasin

                              do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

                              programming is just like poetry

                              M Offline
                              M Offline
                              Mark II
                              wrote on last edited by
                              #14

                              Rizwan Yasin wrote:

                              do u know programming is like a poetry?

                              Of course it is. In some ways. But are these important ways? I guess it depends on your view of poetry. And programming. You might as well say, "programming is like curry". Except that you can't eat it. :^)

                              D 2 Replies Last reply
                              0
                              • M Mark II

                                Rizwan Yasin wrote:

                                do u know programming is like a poetry?

                                Of course it is. In some ways. But are these important ways? I guess it depends on your view of poetry. And programming. You might as well say, "programming is like curry". Except that you can't eat it. :^)

                                D Offline
                                D Offline
                                Dalek Dave
                                wrote on last edited by
                                #15

                                <>!*''# ^@`$$- !*'$_ %*<>#4 &)../ |}~~ SYSTEM HALTED in translation... Waka Waka Bang Splat Tick Tick Hash Carat At Back Tick Dollar Dollar Dash Bang Splat Tick Dollar Underscore Percentage Splat Waka Waka Numer Four And Right Paran Dot Dot Slash Vertical Bar Curley Bracket Tilde Tilde Crash! Not great poetry, but ample enough for this forum.

                                B 1 Reply Last reply
                                0
                                • D Dalek Dave

                                  <>!*''# ^@`$$- !*'$_ %*<>#4 &)../ |}~~ SYSTEM HALTED in translation... Waka Waka Bang Splat Tick Tick Hash Carat At Back Tick Dollar Dollar Dash Bang Splat Tick Dollar Underscore Percentage Splat Waka Waka Numer Four And Right Paran Dot Dot Slash Vertical Bar Curley Bracket Tilde Tilde Crash! Not great poetry, but ample enough for this forum.

                                  B Offline
                                  B Offline
                                  brianwelsch
                                  wrote on last edited by
                                  #16

                                  It's beautiful. Just beautiful.

                                  BW


                                  Quick to judge, quick to anger, slow to understand.
                                  Ignorance and prejudice and fear walk hand in hand.
                                  -- Neil Peart

                                  1 Reply Last reply
                                  0
                                  • R Rizwan Yasin

                                    do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

                                    programming is just like poetry

                                    B Offline
                                    B Offline
                                    brianwelsch
                                    wrote on last edited by
                                    #17

                                    Rizwan Yasin wrote:

                                    So, which rule is the best to save your energy?

                                    The rule that states: 'Follow ye not the path of least skill, but rather whatever it is ye doth well.' (ie. not philosophizing on the similarities of software and poetry)

                                    BW


                                    Quick to judge, quick to anger, slow to understand.
                                    Ignorance and prejudice and fear walk hand in hand.
                                    -- Neil Peart

                                    1 Reply Last reply
                                    0
                                    • M Mark II

                                      Rizwan Yasin wrote:

                                      do u know programming is like a poetry?

                                      Of course it is. In some ways. But are these important ways? I guess it depends on your view of poetry. And programming. You might as well say, "programming is like curry". Except that you can't eat it. :^)

                                      D Offline
                                      D Offline
                                      Dalek Dave
                                      wrote on last edited by
                                      #18

                                      You may not be able to eat it, but it is often forced down peoples throats!

                                      1 Reply Last reply
                                      0
                                      • R Rizwan Yasin

                                        do u know programming is like a poetry? A- 20% of software engineering is programming B- 80% of SE is not programming C- 80% of SE depends upon 20% of SE 1- if u put your 80% energy on 80% of SE part mean other than programming u will get just 20% of your SE. 2- if u put your 20% energy on 20% of SE part mean programming u will get 80% of your SE. So, which rule is the best to save your energy?:cool: Isn't it the center of thoughts like poetry. One stanza of poetry opens unknown no.s of thoughts & meaning.:rose:

                                        programming is just like poetry

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

                                        Rizwan Yasin wrote:

                                        programming is just like poetry

                                        I will have to check....

                                        int main(int argc, char * argv[])
                                        {
                                        int gain;
                                        float rotC;
                                        double deltaV;

                                        gain++;
                                        rotC++;
                                        deltaV+=rotC;

                                        gain+=rotC;
                                        deltaV-=14;
                                        rotC-=15; // you see?

                                        double corrupts=0,more=4;
                                        more*=more; // coming up fast
                                        more+=more; // making it last
                                        corrupts=abs(power(more,more)); // absolutely!
                                        }

                                        hey, you must be right! :rolleyes:

                                        _________________________ 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
                                        • P Pete OHanlon

                                          Somehow, I can't see Shakespeare knocking out: "Shall I compare thee to a null pointer?" Or "Romeo, Romeo, Wherefore art the TreeView in the toolbox Romeo?" 2 reasons: 1 - he's dead 2 - poetry is nothing like programming

                                          Deja View - the feeling that you've seen this post before.

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

                                          Pete O`Hanlon wrote:

                                          "Shall I compare thee to a null pointer?"

                                          question=0x2b | !0x2b

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

                                          G 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