An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Coding best practices or programming best practices are a set of informal rules (best practices) that many software developers in computer programming follow to improve software quality.Many computer programs remain in use for long periods of time, so any rules need to facilitate both initial development and subsequent maintenance and enhancement of source code by people other than the original authors. The size of a project or program has a significant effect on error rates, programmer productivity, and the amount of management needed.

Property Value
dbo:abstract
  • إن أفضل ممارسات البرمجة لتطوير البرمجيات من الممكن أن تنقسم إلى الكثير من المستويات استنادا إلى لغة البرمجة، وأسلوب العمل، والبيئة المستهدفة، وهكذا دواليك. إن استخدام أفضل الممارسات لموقف معين يقلل بدرجة كبيرة من احتمال إدخال أخطاء في الخاصة بك، بغض النظر عن أي نموذج سيستخدم لإنشاء هذا التطبيق. هناك معايير نشأت من الدراسة المكثفة لخبراء الصناعة الذين حللوا كيف ينشأ الخلل عندما يتم كتابة الرمز وترتبط هذه الأخطاء بممارسات محددة. وراعت هذه الارتباطات بين الخلل وممارسات البرمجة وخرجت مع مجموعة من القواعد التي تستخدم لمنع الأخطاء التي تحدث من البرمجة. هذه الممارسات القياسية توفر قيمة لا تصدق لمنظمات تطوير البرمجيات لأنها لا تقوم بالتعبئة المسبقة الآلية لتطبيقات منع الخطأ فقط، وإنما يقومون بإغلاق حلقة التغذية الرجعية بين برنامج الخلل وما يجب عمله لمنع هذا الخطأ من جديد. وفي بيئة الفريق أو مجموعة التعاون فإن أفضل ممارسات البرمجة تضمن استخدام برمجة معيارية وموحدة، والحد من الأخطاء الرقابية والوقت الذي يقضى في استعراض الكود. وعندما يكون العمل مرتبط بمصدر خارجي كطرف ثالث مقاول. وفي حالة وجود مجموعة من أفضل الممارسات في مكان يتيح لك معرفة أن الكود المنتج من قبل المقاول يلبي جميع المبادئ التوجيهية التي قررتها الشركة العميلة. وينبغي أن يكون مفهوما أن هذه التطبيقات ليست مجرد وسيلة لفرض اصطلاحات التسمية في التعليمات البرمجية. إن أفضل تطبيقات الترميز تتيح لك طريقة لتحليل شفرة المصدر الخاصة بك بحيث يمكن الكشف الاتوماتيكي عن قواعد معينة وأنماط تلقائية والتي يتم تطبيق المعرفة التي تم الحصول عليها من خلال تجربة السنوات السابقة من قبل خبراء الصناعة بطريقة مناسبة. مع وضع ما سبق في الاعتبار، يوجد هنا خطوة أساسية لبعض ما هو مطلوب للمشروع الذي يستخدم بنجاح 'أفضل تطبيقات الترميز' : (ar)
  • Coding best practices or programming best practices are a set of informal rules (best practices) that many software developers in computer programming follow to improve software quality.Many computer programs remain in use for long periods of time, so any rules need to facilitate both initial development and subsequent maintenance and enhancement of source code by people other than the original authors. In the ninety-ninety rule, Tom Cargill is credited with an explanation as to why programming projects often run late: "The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time." Any guidance which can redress this lack of foresight is worth considering. The size of a project or program has a significant effect on error rates, programmer productivity, and the amount of management needed. (en)
  • Boas práticas de programação são o conjunto de convenções para poder tornar o código de computador tanto legível para computadores como humanos. A fim de que a sua manutenção e melhorias possam ocorrer mais facilmente.Algumas boas práticas de programação são: nome de arquivos, organização dos arquivos, indentação, comentários, convenções de nomes, documentação, controle de race conditions, minimização de privilégios, camadas de segurança, validação das variáveis de entrada, tratamento de exceções, verificadores de código. (pt)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 5548053 (xsd:integer)
dbo:wikiPageLength
  • 32887 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1124079037 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • Boas práticas de programação são o conjunto de convenções para poder tornar o código de computador tanto legível para computadores como humanos. A fim de que a sua manutenção e melhorias possam ocorrer mais facilmente.Algumas boas práticas de programação são: nome de arquivos, organização dos arquivos, indentação, comentários, convenções de nomes, documentação, controle de race conditions, minimização de privilégios, camadas de segurança, validação das variáveis de entrada, tratamento de exceções, verificadores de código. (pt)
  • إن أفضل ممارسات البرمجة لتطوير البرمجيات من الممكن أن تنقسم إلى الكثير من المستويات استنادا إلى لغة البرمجة، وأسلوب العمل، والبيئة المستهدفة، وهكذا دواليك. إن استخدام أفضل الممارسات لموقف معين يقلل بدرجة كبيرة من احتمال إدخال أخطاء في الخاصة بك، بغض النظر عن أي نموذج سيستخدم لإنشاء هذا التطبيق. إن أفضل تطبيقات الترميز تتيح لك طريقة لتحليل شفرة المصدر الخاصة بك بحيث يمكن الكشف الاتوماتيكي عن قواعد معينة وأنماط تلقائية والتي يتم تطبيق المعرفة التي تم الحصول عليها من خلال تجربة السنوات السابقة من قبل خبراء الصناعة بطريقة مناسبة. (ar)
  • Coding best practices or programming best practices are a set of informal rules (best practices) that many software developers in computer programming follow to improve software quality.Many computer programs remain in use for long periods of time, so any rules need to facilitate both initial development and subsequent maintenance and enhancement of source code by people other than the original authors. The size of a project or program has a significant effect on error rates, programmer productivity, and the amount of management needed. (en)
rdfs:label
  • أفضل ممارسات البرمجة (ar)
  • Coding best practices (en)
  • Boas práticas de programação (pt)
rdfs:seeAlso
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License