<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: when prg is a good program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948849#M944178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Which report have good optimization in the execution time as well as statisfies the user requirement then we can call it as good program. If not we can make it as good program:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 12:37:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T12:37:53Z</dc:date>
    <item>
      <title>when prg is a good program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948848#M944177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;    When a program can be say as a good program?&lt;/P&gt;&lt;P&gt;   When it is executing fine or when it satisfies the user requirement or execting fastly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Agalya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948848#M944177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: when prg is a good program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948849#M944178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Which report have good optimization in the execution time as well as statisfies the user requirement then we can call it as good program. If not we can make it as good program:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948849#M944178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: when prg is a good program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948850#M944179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- it does what it's supposed to do&lt;/P&gt;&lt;P&gt;- it has an almost linear runtime even when facing a growing database&lt;/P&gt;&lt;P&gt;- it uses database and memory resources efficiently&lt;/P&gt;&lt;P&gt;- it is clearly structured and has no redundant coding&lt;/P&gt;&lt;P&gt;- it does not use any global variables (except maybe in the main program)&lt;/P&gt;&lt;P&gt;- it is well-commented and easy to understand and maintain, also for the non-author&lt;/P&gt;&lt;P&gt;- it has a well-written documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wait...that's my programs! &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948850#M944179</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-05-30T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: when prg is a good program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948851#M944180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a program which does not a least something which is useful (usually for the user, sometimes for the programmer) is a no-sense program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a program which does something but incorrectly is a bad and maybe dangerous program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a program which does something useful without major bugs, but very slowly is an annoying program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only a program which fulfills all three is a good program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948851#M944180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: when prg is a good program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948852#M944181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as user requirements are fulfilled(ofcourse which inclues fast execution too.User may not satisfy a program if it takes longer time than usual. Ultimately he should be happy.That is the aim.) and maintenance is easy for the program then it is good program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RamaKrishna C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948852#M944181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: when prg is a good program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948853#M944182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Agalya, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are different views of being a good program: &lt;/P&gt;&lt;P&gt;From the "Manager"-perspective a good program has to adhere the given requirements and the performance has to look acceptable - at least on the development machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the Developers standpoint all criteria Thomas Zloch mentioned are to consider. My personal emphasis is focused on the proper use of events (ABAP is an event driven language) like INITIALIZATION, AT SELECTION-SCREEN &lt;SPAN __jive_macro_name="OUTPUT"&gt;&lt;/SPAN&gt;, well structured Subroutines etc. and to comply with naming conventions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no fixed rules. Every developer is his own artist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And: you have to have luck when your manager evaluates your work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun with your art,&lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 05:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948853#M944182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T05:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: when prg is a good program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948854#M944183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!!&lt;/P&gt;&lt;P&gt;First point to judge any code/program is user's point of view.&lt;/P&gt;&lt;P&gt;If user's requirement are meant and he is satisfied then everything is fine.&lt;/P&gt;&lt;P&gt;Others factors like time taken etc also matters but they are secondary things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 06:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-prg-is-a-good-program/m-p/3948854#M944183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T06:08:04Z</dc:date>
    </item>
  </channel>
</rss>

