63 lines
2.1 KiB
Markdown
63 lines
2.1 KiB
Markdown
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<link type="image/png" href="assets/logo.png" rel="icon">
|
|
<title>ReadySet Markdown</title>
|
|
</head>
|
|
<script src="https://www.w3schools.com/lib/w3data.js"></script>
|
|
<body>
|
|
|
|
<topbar style="display:none;">
|
|
<item><a href="index.html">Overview</a></item>
|
|
<item><a href="plan.html">Project Plan</a></item>
|
|
<item><a href="index-all.html">Workflows</a></item>
|
|
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
|
|
<toc></toc>
|
|
</topbar>
|
|
|
|
<xmp theme="readable" style="display:none;">
|
|
<!-- Markdown content here -->
|
|
|
|
# Review Meeting Checklists
|
|
---
|
|
|
|
### Checklists for Types of Artifacts
|
|
|
|
- ::[Checklists for peer reviews](http://processimpact.com/pr_goodies.shtml)
|
|
by Karl E. Wiegers
|
|
- ::[Checklists for UML design](http://www.modelingstyle.info/)
|
|
by Scott W. Ambler
|
|
|
|
### Style Guides
|
|
|
|
- ::[Sun's java style guide](http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html)
|
|
- ::[Sun's javadoc guide](http://java.sun.com/j2se/javadoc/writingdoccomments/)
|
|
- ::[PHPBuilder.com's PHP style guide](http://www.phpbuilder.com/columns/tim20010101.php3)
|
|
- ::[Alltasks.net PHP style guide](http://alltasks.net/code/php_coding_standard.html)
|
|
- ::[C\# style guide](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions)
|
|
- ::[More C++ style guides](http://directory.google.com/Top/Computers/Programming/Languages/C%2B%2B/Style/)
|
|
- ::[More Java style guides](http://directory.google.com/Top/Computers/Programming/Languages/Java/Coding_Standards/)
|
|
- ::[Python PEP 8 style guide](https://www.python.org/dev/peps/pep-0008/)
|
|
|
|
<!-- End Markdown content -->
|
|
</xmp>
|
|
|
|
<div w3-include-html="_words-of-wisdom.html"></div>
|
|
<div w3-include-html="_footer.html"></div>
|
|
|
|
<script>
|
|
w3IncludeHTML();
|
|
</script>
|
|
|
|
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
|
|
<!-- Include it AFTER strapdown -->
|
|
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
|
|
<!-- Include it AFTER EVERYTHING -->
|
|
<script src="assets/logo.js"></script>
|
|
<script src="assets/themeswitcher.js"></script>
|
|
|
|
</body>
|
|
</html>
|
|
|