⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 practice.html

📁 Visual C++ has been one of most effective tool for the large industrial applications. This book is t
💻 HTML
字号:
<html>
<head>
<title>Good Programming Practices</title>
<meta  name="description" content="Reliable Software Programming Practices">
<meta name="keywords" content="reliable, software, programming practices">
</head>

<body background="grid.gif" tppabs="http://www.relisoft.com/images/grid.gif" bgcolor="white" text="black">

<table cellpadding=10 >
<tr>
   <td width=100 align=center valign=middle>
      <a href="index-11.htm" tppabs="http://www.relisoft.com/index.htm">
      <img src="rsbullet.gif" tppabs="http://www.relisoft.com/images/rsbullet.gif" alt="Reliable Software" border=0 width=39 height=39>
      <br>Home</a></td> 
   <td width=500>
   <font face="haettenschweiler, impact" color="#336666">
          <center><font size="+3">Good Programming Practices</font></center>
       </font></td> </tr>
</table>


<table cellpadding="10"><!-- main table -->
<tr>
   <td width=100> &nbsp;<!-- Left margin --></td> 
   <td> <!-- Middle column, there is also the right margin at the end -->

   <table cellpadding=10 cellspacing=0 width="500">
   <tr>
   <td bgcolor=white>

<hr>
<font face="Arial, sans-serif" size="2">
<ol>
<li>Start with a good <b>design</b>. Update the design documents regularly. Create additional design documents before adding major new features or functionality.

<li>The program under development should be at all times <b>functioning</b>. The development process consists of adding new functionality without breaking existing functionality.

<li>Work has to be divided into <b>small incremental steps</b> that can be typically accomplished and code-reviewed in one day. Even large-scale rewrites should be made incremental.

<li>Every line of code written or modified undergoes <b>peer review</b>. The smallest team must contain at least two programmers so that they can code-review each other抯 changes.

<li>Always attempt to work <b>top-down</b> in:
	<ul>
	<li><b>Design</b>梥tart with high level objects.
	<li><b>Implementation</b>梒reate top-level objects using low-level stubs.
	<li><b>Modification</b>梒hange the top-level objects and the overall flow of control first. If necessary, use stubs, or fake new functionality using old implementation.
	</ul>
</ol>
</font><hr>
   <!-- end main box --></td> </tr>
   </table></td> 
   
   <td width=10><!-- Right margin --></td> </tr>
</table> <!-- End main table -->


</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -