<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8127306923314168105</id><updated>2011-11-28T00:32:27.169Z</updated><category term='software quality'/><category term='linux'/><category term='SCM'/><category term='good SCM'/><category term='Software Engineering'/><category term='use cases'/><category term='Professional Bodies'/><category term='IEEE software standards'/><category term='learning linux'/><category term='guru'/><category term='use case'/><category term='software design'/><category term='seven plus or minus two'/><category term='Software Process'/><category term='linux development'/><category term='software review'/><category term='Peer code reviews'/><category term='linux developers'/><category term='linux books'/><category term='cross-compile kernel'/><category term='heuristics'/><category term='software mentor'/><category term='Software Configuration'/><category term='CASE tools'/><category term='kernel build'/><category term='requirements analysis'/><category term='32bit'/><category term='Software Configuration Management'/><category term='Ethics'/><category term='64 bit'/><category term='build 32bit kernel on 64bit'/><title type='text'>/var/blog/messages</title><subtitle type='html'>Notes &amp;amp; musings on software engineering, process improvement and change.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-7925263124599896717</id><published>2011-07-05T13:04:00.000+01:00</published><updated>2011-07-05T13:04:44.694+01:00</updated><title type='text'>Blanket bomb a C source file with function entry/exit trace</title><content type='html'>'Blanket bomb' a file with trace for function entry / exit, from vim:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;:%s/^{/{\r\ \ \ \ printf("&amp;gt;&amp;gt;&amp;gt;%s:%d\\n", __FUNCTION__,__LINE__);\r/&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;:%s/\(\ *\)\(return.*\n\)/\1printf("&amp;lt;&amp;lt;&amp;lt;%s:%d\\n", __FUNCTION__,__LINE__);\r\1\2/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;or just using sed from the command line:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sed 's/^{/{\n\ \ \ \ printf("&amp;gt;&amp;gt;&amp;gt;%s:%d\\n", __FUNCTION__,__LINE__);\n/' Filename.c &amp;gt; Filename.c&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sed 's/\(\ *\)\(return.*\n\)/\1printf("&amp;lt;&amp;lt;&amp;lt;%s:%d\\n", __FUNCTION__,__LINE__);\n\1\2/' Filename.c &amp;gt; Filename.c&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-7925263124599896717?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/7925263124599896717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=7925263124599896717' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/7925263124599896717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/7925263124599896717'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2011/07/blanket-bomb-c-source-file-with.html' title='Blanket bomb a C source file with function entry/exit trace'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-9194237758626818198</id><published>2011-06-19T12:13:00.036+01:00</published><updated>2011-06-21T22:25:48.516+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cross-compile kernel'/><category scheme='http://www.blogger.com/atom/ns#' term='build 32bit kernel on 64bit'/><category scheme='http://www.blogger.com/atom/ns#' term='32bit'/><category scheme='http://www.blogger.com/atom/ns#' term='kernel build'/><category scheme='http://www.blogger.com/atom/ns#' term='64 bit'/><title type='text'>How to use a 64bit machine to build &amp; install a 32bit Linux kernel for another PC</title><content type='html'>I've often had the problem of having to build a Linux kernel for a slow machine, while having a much faster machine available. In my case, the slow machine is an Asus EEE-PC running 32bit Fedora, and my faster machine is an Intel i7 running 64bit Fedora. &lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In order for the faster 64bit machine to build a kernel and install it on the slower 32bit, you'll need to bear in mind three issues:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;* How to build a 32bit kernel on a 64bit machine&lt;/div&gt;&lt;div&gt;* How to give access to the slower machine for installing the kernel&lt;/div&gt;&lt;div&gt;* How to actually install the kernel on the slower machine.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;b&gt;How to build a 32bit kernel on a 64bit machine&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Assuming you already have kernel source and a suitable .config available on the faster machine, simply run your usual kernel make, with the addition of ARCH=x86 and with menuconfig as a target. In my case, this would be:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new';"&gt;fast$: make ARCH=x86 -j16 O=/home/mark/Source/build-linux-2.6-32bit/ menuconfig&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;Then deselect the top option "[  ] 64-bit kernel" before exiting and saving. Now you can build the kernel with:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: courier new;"&gt;&lt;span class="Apple-style-span"&gt;fast$: make ARCH=x86 -j16 O=/home/mark/Source/build-linux-2.6-32bit/ &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;Note that the '-j' option gives the number of simultaneous jobs the make can handle, which is usually 2x the number of processors/cores in your system. I have 8 cores, so I use them all by specifying '-j16'. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;The O= specifies the build directory where the build objects are placed. The .config you wish to use should go in here. There are many reasons why it is a good idea to have separate build and source dirs. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;b&gt;How to give access to the slower machine for installing the kernel&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;You could also use a Samba share for this, but I prefer using NFS. Note that this isn't the most secure method, using NFS in this way, but it works.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;On the remote, slower, machine with NFS installed, export your root (/) and boot (/boot) directories by editing the /etc/exports file or using the system-config-nfs program. My /etc/exports file looks like this:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span class="Apple-style-span"&gt;/boot                      *(rw,sync,no_root_squash)&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span class="Apple-style-span"&gt;/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;         *(rw,sync,no_root_squash)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;Then restart the NFS services nfs. nfslock and rpcbind (portmap on older systems):&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span class="Apple-style-span"&gt;slow$: sudo service rpcbind restart&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span class="Apple-style-span"&gt;slow$: sudo service nfslock restart&lt;/span&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span class="Apple-style-span"&gt;slow$: sudo service nfs restart&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Now it should be possible to remotely mount these exports on the faster machine, replace &amp;lt;&lt;remote-ip&gt;remote-ip&amp;gt; by the name or IP address of the remote PC:&lt;/remote-ip&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;fast$: mkdir ~/remote-root&lt;/div&gt;&lt;div face="courier new" style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;fast$: mkdir ~/remote-boot &lt;/div&gt;&lt;div face="courier new" style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;fast$: sudo mount -t nfs &lt;remote-ip&gt;&amp;lt;remote-ip&lt;remote-ip&gt;&amp;gt;:/ ~/remote-root&lt;/remote-ip&gt;&lt;/remote-ip&gt;&lt;/div&gt;&lt;div face="courier new" style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;fast$: sudo mount -t nfs &lt;remote-ip&gt;&amp;lt;remote-ip&lt;remote-ip&gt;&amp;gt;:/boot ~/remote-boot&lt;/remote-ip&gt;&lt;/remote-ip&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;b&gt;Installing the kernel on the slower machine&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;Almost there, we just need to install the kernel image on the slower machine and reboot to run it!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;For this to work seamlessly, a small patch is needed to the /sbin/installkernel script (on my Fedora machine, at least):&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div face="courier new" style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span class="Apple-style-span"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;--- /sbin/installkernel&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;+++ /sbin/installkernel&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;@@ -32,7 +32,10 @@&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;cfgLoader=1&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;fi&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;-LINK_PATH=/boot&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;+if [ -z "$LINK_PATH" ]; then&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;+    LINK_PATH=/boot&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;+fi&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;+&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;RELATIVE_PATH=`echo "$INSTALL_PATH/" | sed "s|^$LINK_PATH/||"`&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;KERNEL_VERSION=$1&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;BOOTIMAGE=$2&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;Now we can export some environment variables to tell the kernel make install scripts where we would like our kernel and modules to be installed (Note the difference between remote-&lt;b&gt;r&lt;/b&gt;oot and remote-&lt;b&gt;b&lt;/b&gt;oot!), while logged in as the &lt;b&gt;superuser&lt;/b&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: courier new;"&gt;&lt;span class="Apple-style-span"&gt;fast#: export INSTALL_PATH=/home/mark/remote-boot/&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: courier new;"&gt;&lt;span class="Apple-style-span"&gt;fast#: export LINK_PATH=/home/mark/remote-boot/&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: courier new;"&gt;&lt;span class="Apple-style-span"&gt;fast#: export INSTALL_MOD_PATH=/home/mark/remote-root/&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: 100%;"&gt;&lt;span class="Apple-style-span"&gt;For a Samba export, just replace the exported variables above with their equivalents (usually ~/.gvfs/root\ on\ remote/ or similar for Fedora). &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: 100%;"&gt;&lt;span class="Apple-style-span"&gt;Now we can simply run the install make targets on our fast machine, which installs to our slower, 32bit target PC:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span style="font-size: 100%;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: courier new;"&gt;&lt;span class="Apple-style-span"&gt;fast#: make ARCH=x86 O=/home/mark/Source/build-linux-2.6-32bit/ modules_install install&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Then edit your grub.conf (or equivalent, as I haven't yet found out why /sbin/new-kernel-pkg doesn't update this automagically on the remote machine).&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Reboot, select the new kernel from the GRUB menu (or equivalent), and happy hacking!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-9194237758626818198?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/9194237758626818198/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=9194237758626818198' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/9194237758626818198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/9194237758626818198'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2011/06/building-and-installing-32bit-linux.html' title='How to use a 64bit machine to build &amp; install a 32bit Linux kernel for another PC'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-5085385131036522999</id><published>2009-01-05T11:43:00.002Z</published><updated>2010-01-25T22:36:27.572Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='software quality'/><category scheme='http://www.blogger.com/atom/ns#' term='seven plus or minus two'/><category scheme='http://www.blogger.com/atom/ns#' term='heuristics'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Process'/><category scheme='http://www.blogger.com/atom/ns#' term='software design'/><title type='text'>Keeping it all in mind</title><content type='html'>Back in the 50's, the psychologist George A. Miller wrote a paper entitled '&lt;a href="http://psychclassics.yorku.ca/Miller/"&gt;The Magical Number Seven, Plus or Minus Two: Some Limits on Our Capacity for Processing Information&lt;/a&gt;'. While quite a dry and involved read, it's findings (and other corroborating evidence) are of great significance to anyone creating a software design, architecture, process, checklist, API or code listing. In fact, anything where a large amount of items or concepts can be grouped or categorised may benefit from its findings, namely that:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;There is a limit to the number of items we can keep in short-term memory - 7 plus or minus 2.&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;While not applicable to basic lists - where the reader doesn't simultaneously need to be aware of every item in the list - it is a powerful &lt;a href="http://en.wikipedia.org/wiki/Heuristics"&gt;heuristic&lt;/a&gt; when applied to, for example, a software architecture layer. In this case a person trying to understand the architecture would benefit from awareness of all parts of the architecture at the level being studied, and in doing so finds the architecture more easily discoverable and transparent than if the layer were more finely partitioned.&lt;br /&gt;&lt;br /&gt;Another great example comes in the form of a process description or checklist, especially where safety is critical. Here it is important not to miss any steps or checks, and the chance of doing so is reduced if the number of steps are kept to a manageable amount.&lt;br /&gt;&lt;br /&gt;It's difficult to list everything to which this heuristic can be applied - there are always opportunities available if you can spot them. With practice, it can become second nature - like many other design heuristics (The appendix of 'The Art of Systems Architecting' by Maier and Rechtin is a great source for such things).&lt;br /&gt;&lt;br /&gt;If you want some more examples, just take a look at some of the other posts in this blog... :o), but also next time you're wading through a mass of code, design information or an architecture description and finding it difficult then bear in mind how it is organised, is the author trying to make you 'bite off more than you can chew'?&lt;br /&gt;&lt;br /&gt;This applies even more so if you are designing or developing. Your own software (especially open source) could benefit greatly if it's more easily discoverable, understandable and therefore maintainable by others who may not be so familiar with its workings.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-5085385131036522999?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/5085385131036522999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=5085385131036522999' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/5085385131036522999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/5085385131036522999'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/12/7-plus-or-minus-2-things-in-your-head.html' title='Keeping it all in mind'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-4906445197557128451</id><published>2008-12-17T11:29:00.005Z</published><updated>2008-12-17T13:55:28.012Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='software review'/><category scheme='http://www.blogger.com/atom/ns#' term='software quality'/><category scheme='http://www.blogger.com/atom/ns#' term='Peer code reviews'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Process'/><title type='text'>Peer code reviews</title><content type='html'>Peer code reviews can have a devastating effect on software bugs, greatly reducing their number and scope. However, not all code reviews are the same and some are more effective than others. There is no one-shoe-fits-all guide to code reviewing, but there are ways of getting the right code review process for your situation.&lt;br /&gt;&lt;br /&gt;At the bottom end of the effectiveness scale is a peer looking at a screen resplendent with the review code. This is better than no review, but still has drawbacks:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The review procedure will vary according to the reviewer and their state of mind, some reviewers will be more picky about certain issues or even miss things others would find easily.&lt;/li&gt;&lt;li&gt;Any problems found and commented on in the review may not be fixed - due to forgetfulness, other 'more important' pressing issues or thinking that they are trivial (to the author under review). Anyhow, the problems are probably not followed up afterwards to make sure they're resolved.&lt;/li&gt;&lt;li&gt;A lack of reviewing guidelines can lead to some comments being taken a bit too personally.&lt;/li&gt;&lt;li&gt;Most people when reviewing will only look through the code once from top to bottom, and pick out any issues of any type as they go along (syntax issues, loop counting and memory allocations for example). This is much less efficient than looking for one type of issue at a time, and scanning the code once for each type - if you don't believe me, try it!&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;In order to mitigate missing as many bugs as possible during a code review, the generally agreed best practice contains the following guidelines:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Use a checklist, some examples can be found in the links below.&lt;/li&gt;&lt;li&gt;Review for one type of issue at a time.&lt;/li&gt;&lt;li&gt;Improve the checklist to look for bugs which slip through the reviews as time goes on.&lt;/li&gt;&lt;li&gt;use code printouts on which you can scribble comments - I've not come across any software tool that is as effective as paper.&lt;/li&gt;&lt;li&gt;Log any issues not resolved during the review process, for example in the form of a bug database entry - even it does seem trivial now, experience has taught me that it might be the the most important thing in the world next month! It should also be possible to make the reviewer aware of any previous issues found with the code under review.&lt;/li&gt;&lt;li&gt;Have your process geared towards reviewing little and often.&lt;/li&gt;&lt;li&gt;Be balanced - make sure to note what the code does successfully, as well as it's issues and offer praise where it is due.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;More thorough details and further reading can be found here:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://my.safaribooksonline.com/9780768685855/ch14lev1sec2?portal=informit"&gt;&lt;/a&gt;&lt;a href="http://my.safaribooksonline.com/9780768685855/ch14lev1sec2?portal=informit"&gt;http://my.safaribooksonline.com/9780768685855/ch14lev1sec2?portal=informit&lt;/a&gt;&lt;br /&gt;&lt;a href="http://my.safaribooksonline.com/9780768685855/ch14lev1sec2?portal=informit"&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Personal_Software_Process"&gt;http://en.wikipedia.org/wiki/Personal_Software_Process&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.macadamian.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=27&amp;amp;Itemid=31"&gt;http://www.macadamian.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=27&amp;amp;Itemid=31&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://smartbear.com/docs/BestPracticesForPeerCodeReview.pdf"&gt;http://smartbear.com/docs/BestPracticesForPeerCodeReview.pdf&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.developer.com/tech/article.php/3579756"&gt;http://www.developer.com/tech/article.php/3579756&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-4906445197557128451?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/4906445197557128451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=4906445197557128451' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/4906445197557128451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/4906445197557128451'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/11/peer-code-reviews.html' title='Peer code reviews'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-7071035397363933979</id><published>2008-11-20T16:50:00.009Z</published><updated>2008-12-17T11:40:44.480Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='SCM'/><category scheme='http://www.blogger.com/atom/ns#' term='good SCM'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Configuration Management'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Configuration'/><title type='text'>Easy SCM</title><content type='html'>Software Configuration Management (SCM) is an important part of software development - without robust SCM, no software development project can achieve a high quality result.&lt;br /&gt;To this end, there are a few simple characteristics that indicate good SCM - Personally, I haven't encountered a successful project whose SCM plan does not have these characteristics:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;  Be a snail - leave a trail! Changes are never versioned without a documented reason.&lt;/li&gt;&lt;li&gt;  Documented reasons are always either defect fixes,  or software enhancements. Both defects and enhancements can be identified by an ID without the need to log detailed explanations for each change - all that is required is for the change to cross reference the defect or enhancement  (from a bug database or project plan, for example).&lt;/li&gt;&lt;li&gt;  Each change is made for a logical reason, and one reason only. Changes aren't combined or split over several different versions.&lt;/li&gt;&lt;li&gt;  It is easy to 'do some archaeology' by quickly running older configurations. e.g. There exists a store of automated nightly builds with corresponding configuration IDs available.&lt;/li&gt;&lt;li&gt;  The way of working is cultural, not 'enforced' - although it should be difficult to 'absent-mindedly' not follow the process. i.e. You can't make a change without a defect or enhancement ID to log against it.&lt;/li&gt;&lt;li&gt;The SCM system is transparent and visible, so others with an interest can view progress (although not necessarily take part in the activities - that can be damaging to progress!).&lt;/li&gt;&lt;li&gt;  Each change represents no more than two man weeks work.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;So, how does your project rate against these?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-7071035397363933979?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/7071035397363933979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=7071035397363933979' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/7071035397363933979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/7071035397363933979'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/11/easy-scm.html' title='Easy SCM'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-2442198792970945879</id><published>2008-10-31T23:06:00.006Z</published><updated>2008-12-29T18:17:06.796Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='CASE tools'/><category scheme='http://www.blogger.com/atom/ns#' term='IEEE software standards'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Process'/><title type='text'>The IEEE software standards</title><content type='html'>The &lt;a href="http://standards.ieee.org/software/"&gt;IEEE software standards&lt;/a&gt; is a very useful set of documents, even if you're not in an organisation that is into particularly formal software development methods. The standards do not necessarily have to be implemented to use the information they contain.&lt;br /&gt;For example, they can be a good starting point if you're ever asked to plan or produce documents such as a software requirements specification (SRS), software configuration management plan (SCM plan), or a software architecture document (although for this I've found HP have available a much more usable document, "&lt;a href="http://rise.uni.lu/tiki/se2c-bib_download.php?id=417"&gt;A Template for Documenting Software and Firmware Architectures&lt;/a&gt;").&lt;br /&gt;&lt;br /&gt;The only downside is that they are not free, but many organizations have IEEE membership and have the standards available for employees.&lt;br /&gt;&lt;br /&gt;Here's the list of IEEE standards and guides I've found to be of use, in no particular order, vaguely grouped for readability:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Project Management&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1490 - Adoption of PMI Standard - A Guide to the Project Management Body of Knowledge&lt;/span&gt; (PMBOK) - A guide to project management knowledge and practices in general widespread use.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1045 - Standard for Software Productivity Metrics&lt;/span&gt; - A bit dated, but the practices and concepts it gives for measuring productivity are well described.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1058 - Standard for Software Project Management Plans&lt;/span&gt; - Worth a look if you're unsure as to what you'll need to put in a project management plan, but a little too specific to the IEEE way of doing things.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;ISO/IEC 12207.0 - Software Life Cycle Processes&lt;/span&gt; - Attempts to classify all the processes that contribute to software, and puts them into a framework.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;ISO/IEC 12207.1 -&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;Software Life Cycle Processes&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;- Life Cycle Data &lt;/span&gt;- Attempts to classify all the processes that contribute to software, and puts them into a framework.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;982.1 - Standard Dictionary of Measures to Produce Reliable Software&lt;/span&gt; - A bit ancient (1988), but tries to give a description of measures that can be made on software and software projects that indicate the quality of the software, with all the mathematical rigour that involves.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1220 - Standard for Application and Management of the Systems Engineering Process&lt;/span&gt; - Similar to 1074, again use CMMI instead.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Software Engineering&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Guide to the Software Engineering body of Knowledge&lt;/span&gt; (SWEBOK) - &lt;a href="http://www.swebok.org/"&gt;Available here&lt;/a&gt;. A guide to software engineering knowledge and practices in general widespread use.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;610 - Glossary of Software Engineering Terminology&lt;/span&gt; - A little dated, and leans towards IEEE understanding (as opposed to widespread understanding) of some terms, but can still be useful for reference, and is referenced by most other IEEE standards.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;828 - Standard for Software Configuration Management Plans&lt;/span&gt; - If you need to produce an SCM plan and have nowhere to start, this will show you the way. Also discusses useful activities involved in managing and adhering to a SCM plan.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1002 - Taxonomy for Software Engineering Standards&lt;/span&gt; - Also quite ancient. A taxonomy is a method for classification, and this describes how a set of standards can be chosen to cover all necessary areas of software engineering.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1028 - Standard for Software Reviews&lt;/span&gt; - Gives criteria and practices for reviewing software - be it for development, acquisition or operation.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1061 - Standard for a Software Quality Metrics Methodology&lt;/span&gt; - Aimed at those measuring or assessing the quality of software, in a formal manner.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1074 - Standard for Developing Software Life Cycle Processes&lt;/span&gt; - Attempts to define a way of creating a good sw process. Not half as useful as &lt;a href="http://www.sei.cmu.edu/cmmi/"&gt;CMMI&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1471 - Recommended Practice for Architectural Description of Software-intensive Systems&lt;/span&gt; - A version of Kruchen 4+1 for software architecture.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1042 -&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;Guide to Software Configuration Management&lt;/span&gt; - Practices for performing SCM, and managing SC items within a project.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Quality &lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;730.1 - Guide for Software Quality Assurance Planning&lt;/span&gt; - Great if you need to write and manage a Software Quality Assurance Plan, and have no idea of where to start - this lists and discusses the contents of such a document and good practices involved in managing it.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;730 - Standard for Software Quality Assurance Plans &lt;/span&gt;- A lot more detailed than 730.1, and gives the format and content requirements a SQA plan should meet to conform to the IEEE standard.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;830 - Recommended Practice for Software Requirements Specifications&lt;/span&gt; - Describes what should be contained in a good (albeit formal) SRS, and gives several example outlines of SRS documents.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1062 - Recommended Practice for Software Acquisition&lt;/span&gt; - Obtaining and using the right software, that's right for your needs is not an easy task. This gives some useful practices on performing this task.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1063 - Standard for Software User Documentation&lt;/span&gt; - Good practices for putting the relevant information into your user documentation.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1219 - Standard for Software Maintenance&lt;/span&gt; - This standard describes an iterative process for managing and executing software maintenance activities.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1228 - Standard for Software Safety Plans&lt;/span&gt; - Establishes criteria for the content of a software safety plan.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1233 - Guide for Developing System Requirements Specifications&lt;/span&gt; - A guide to obtaining and managing requirements in an SRS.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Testing&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;829 - Standard for Software Test Documentation&lt;/span&gt; - Gives a description of what should be in software test documentation (cases, logs, plans etc), and why. Gives the form and content of test documents, but does not say which documents are needed in particular situations.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1008 - Standard for Software Unit Testing&lt;/span&gt; - A standard for planning, building and executing unit tests.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1012 - Standard for Software Verification and Validation Plans&lt;/span&gt; - Gives a standard for V&amp;amp;V plans, describing what inputs, outputs and criteria are recommended for a project's V&amp;amp;V activities and should be recorded in a plan.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1044 - Guide to Classification of Software Anomalies&lt;/span&gt; - How to write and manage bug reports, very useful as in my experience, even some very experience software engineers have trouble in taking the time to write useful bug reports.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1059 - Guide for Software Verification and Validation Plans&lt;/span&gt; - Gives a process for using and managing V&amp;amp;V plans.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Design&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1016.1 - Guide to Software Design Descriptions&lt;/span&gt; - Concentrates on documenting and using 'views' into a design, much like the &lt;a href="http://www.ibm.com/developerworks/wireless/library/wi-arch11/"&gt;Krutchen 4+1&lt;/a&gt; paper.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1016 - Recommended Practice for Software Design Descriptions&lt;/span&gt; - How to go about writing a SDD, within the project life cycle.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1209 - Recommended Practice for the Evaluation and Selection of CASE Tools&lt;/span&gt; - CASE tools are notoriously difficult to choose and use successfully (see an earlier &lt;a href="http://var-blog-messages.blogspot.com/2008/06/can-you-sell-software-process.html"&gt;post&lt;/a&gt;), this tries to guide you around this particular minefield.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1320.1 - Standard for Functional Modelling Language - syntax and semantics for IDEF0&lt;/span&gt; - A formal system/process modelling technique. Quite heavy, I've found &lt;a href="http://syque.com/quality_tools/toolbook/Process/etvx_quality.htm"&gt;ETVX&lt;/a&gt; to be much more usable.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1320.2 - Standard for Conceptual Modelling Language Syntax and Semantics for IDEF1X97 (IDEFobject)&lt;/span&gt; - Again, a formal system/process modelling technique. Quite heavy, I've found &lt;a href="http://syque.com/quality_tools/toolbook/Process/etvx_quality.htm"&gt;ETVX&lt;/a&gt; to be much more usable.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;1348 - Recommended Practice for the Adoption of CASE Tools&lt;/span&gt; - Once you've got a CASE tool, the fun doesn't stop there. Carries on from 1209.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-2442198792970945879?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/2442198792970945879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=2442198792970945879' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/2442198792970945879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/2442198792970945879'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/10/temp.html' title='The IEEE software standards'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-8037738696064139275</id><published>2008-09-13T09:51:00.002+01:00</published><updated>2008-12-13T10:49:17.157Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='software mentor'/><category scheme='http://www.blogger.com/atom/ns#' term='CASE tools'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Process'/><category scheme='http://www.blogger.com/atom/ns#' term='software design'/><category scheme='http://www.blogger.com/atom/ns#' term='guru'/><title type='text'>Can you sell a software process?</title><content type='html'>Most software groups (and I'm sure that this doesn't apply to just software groups) with any sort of history have a record of trying out prescribed process improvement after process improvement, many of them ending in some sort of failure - generally meaning that the process didn't meet the expectation or goals it was introduced with.&lt;br /&gt;&lt;br /&gt;This can be especially true of process improvements that are built around an expensive software tool. I've had my fair share of colleagues lost to some sales type or evangelist touting the latest and greatest in software silver bullets. The use of the word 'evangelist' is telling, and conjures up images of an overzealous individual pushing unfounded ideas at you - it gives an indication of the mysic aura that a 'process guru' can give themselves by which one can be blinded.&lt;br /&gt;&lt;br /&gt;CASE tools aren't that useful when they constrain you too much to one process, and some companies that push tools as well as processes rely on a self-created cult-like following whipped up from the guru of the day's scribblings. When these words of wisdom are unfounded, unproven and (even better) not understandable, they can be taken by savvy marketers to sell the tool.&lt;br /&gt;&lt;br /&gt;A prescribed process (from a heavy one to a very light or 'agile' one) may fit perfectly into the company, work environment, or culture it grew up in &lt;span style="font-weight: bold;"&gt;but&lt;/span&gt; moving it into another environment, more often than not, can transform it into a useless or even dangerous beast.&lt;br /&gt;&lt;br /&gt;In the translation, you can lose the meaning of important concepts, miss out on understanding vital assumptions and all the other pitfalls associated with one person attempting to describe a complex system to another. No matter how many reams of written documents or concise manifestos one writes, some things just get missed - even when the two communicator's work cultures are very similar.&lt;br /&gt;&lt;br /&gt;What would be much more useful and less prone to failure is an expert in processes to mentor a group over a period of time (even indefinitely), who can prescribe and tailor a process to meet their current needs, to put in place mechanisms to measure the success and progress of the group and ultimately advance the group's software capability - a process specialist or change agent.&lt;br /&gt;&lt;br /&gt;A software CASE tool is no substitute for an experienced mentor!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-8037738696064139275?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/8037738696064139275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=8037738696064139275' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/8037738696064139275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/8037738696064139275'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/06/can-you-sell-software-process.html' title='Can you sell a software process?'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-713272058485685109</id><published>2008-08-23T10:15:00.002+01:00</published><updated>2008-12-04T11:26:36.499Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Software Engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='Professional Bodies'/><category scheme='http://www.blogger.com/atom/ns#' term='Ethics'/><title type='text'>Ethical policies of professional IT bodies</title><content type='html'>I consider myself a professional software engineer. To be recognised as such in the wider community involves, amongst other things,  subscribing to a professional ethical policy. Personally, I feel an ethical policy must involve not working on anything that will result in harm or even death to others (i.e. no 'defence' work). So which professional IT bodies would be suitable for me to join, with this in mind?&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The BCS&lt;/span&gt; - avoids the issue by not defining an ethical policy - only has a &lt;a href="http://www.bcs.org/server.php?show=nav.6030"&gt;code of conduct&lt;/a&gt; which&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;'... governs your personal conduct as an individual member of the BCS and not the nature of business or ethics of the relevant authority'. &lt;/blockquote&gt;&lt;br /&gt;This is a bit of a cop-out, and avoids the difficult questions altogether.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The IEEE&lt;/span&gt; - does have a &lt;a href="http://www.ieee.org/portal/pages/iportals/aboutus/ethics/code.html"&gt;code of ethics&lt;/a&gt; - which does, on first glance seem to fit the bill:&lt;br /&gt;&lt;br /&gt;&lt;span class="moduleText"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span class="moduleText"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;1. to                             accept responsibility in making decisions                             consistent with the safety,         health                             and welfare of the public, and to disclose                             promptly factors that         might endanger                             the public or the environment;&lt;/span&gt;                          &lt;/span&gt;&lt;br /&gt;....&lt;br /&gt;9. &lt;span class="moduleText"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;to                             avoid         injuring others, their                             property, reputation, or employment by false                             or         malicious action;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="moduleText"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;/span&gt;                &lt;br /&gt;But I'm also aware that the IEEE has many high profile members who work in the defence industry and also produces specifications created and used in the defence industry.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The ACM &lt;/span&gt;- &lt;a href="http://www.acm.org/about/code-of-ethics"&gt;Much better, uses the term 'human rights'&lt;/a&gt;, and takes the most care of these three bodies to make clear their ethical stance and to give direction:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;This principle concerning the quality of life of all people affirms an obligation to protect fundamental human rights and to respect the diversity of all cultures. An essential aim of computing professionals is to minimize negative consequences of computing systems, including threats to health and safety. When designing or implementing systems, computing professionals must attempt to ensure that the products of their efforts will be used in socially responsible ways, will meet social needs, and will avoid harmful effects to health and welfare.&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;blockquote&gt;In addition to a safe social environment, human well-being includes a safe natural environment. Therefore, computing professionals who design and develop systems must be alert to, and make others aware of, any potential damage to the local or global environment.&lt;/blockquote&gt;There's also an interesting discussion of ethics in this paper &lt;a href="http://www.scs.org/ethics/scsEthicsCodeRationale.pdf"&gt;here&lt;/a&gt;, and a very thorough discussion of ICT bodies and ethics, with recommendations&lt;a href="http://exlibris.memphis.edu/ethics21/archives/05eei/papers/sandy.pdf"&gt; here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I'm still undecided - I believe I need to spend a lot more time researching this topic, as the standard policy for most IT organisations appear to allow members working in defence - even if it's only discernible by reading between the lines.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-713272058485685109?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/713272058485685109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=713272058485685109' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/713272058485685109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/713272058485685109'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/10/ethical-policies-of-professional-it.html' title='Ethical policies of professional IT bodies'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-7106718187769190902</id><published>2008-07-29T10:33:00.009+01:00</published><updated>2009-05-17T22:16:12.770+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux development'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='linux developers'/><category scheme='http://www.blogger.com/atom/ns#' term='linux books'/><category scheme='http://www.blogger.com/atom/ns#' term='learning linux'/><title type='text'>A Linux Literary Trilogy</title><content type='html'>When I started delving into the world of Linux development, I was not only befuddled by the strange code layout and conventions, I also found the culture and ethos of Linux very confusing. There were three books that were invaluable in pulling my understanding out of this quagmire, which I'll mention briefly:&lt;br /&gt;&lt;br /&gt;The Linux Programmer's Toolbox by John Fusco. Allows your Linux usefulness to go from 0-60 in six seconds. Not totally exhaustive on all tools Linux, but it's brilliant for giving you an up to date map of the Linux development environment. Not only that, but it can give you a greater understanding of any development environment which uses make or GCC. I really can't recommend this book highly enough - it's so well written and laid out that I use it regularly as a reference manual. Not only does it cover many of the useful Linux tools (and shows you how to look for the rest), it covers how the kernel works, gnu make systems, debugging and has a nice comprehensive guide to using Vim and Emacs effectively (although, sadly, it doesn't say which is best - but I think you know the answer to that).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.faqs.org/docs/artu/"&gt;The Art of Unix Programming&lt;/a&gt; by Eric S. Raymond (Link is to the full book text). Once you have all the tools, you'll want to know how to use them. Not only does this book give you the why behind the what of Linux - explaining the design and implementation  mechanisms that have shaped it, it gives an excellent narrative on the history and context in which these mechanisms evolved from someone who was there at the time. Make sure you absorb his &lt;a href="http://www.faqs.org/docs/artu/ch01s06.html"&gt;17 basics of the Unix philosophy&lt;/a&gt;, don't trust yourself to touch a line of code until you do! I'll repeat them here, just in case you miss them:&lt;br /&gt;&lt;div class="orderedlist"&gt;&lt;ol type="1"&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Modularity: Write simple parts connected by clean interfaces.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Clarity: Clarity is better than cleverness.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Composition: Design programs to be connected to other programs.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Separation: Separate policy from mechanism; separate interfaces from engines.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Simplicity: Design for simplicity; add complexity only where you must.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Parsimony: Write a big program only when it is clear by demonstration that nothing else will do.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Transparency: Design for visibility to make inspection and debugging easier.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Robustness: Robustness is the child of transparency and simplicity.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Representation: Fold knowledge into data so program logic can be stupid and robust.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Least Surprise: In interface design, always do the least surprising thing.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Silence: When a program has nothing surprising to say, it should say nothing.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Repair: When you must fail, fail noisily and as soon as possible.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Economy: Programmer time is expensive; conserve it in  preference to machine time.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Generation: Avoid hand-hacking; write programs to write programs when you can.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Optimization: Prototype before polishing. Get it working before you optimize it.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Diversity: Distrust all claims for “one true way”.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a id="id2873540" class="indexterm"&gt;Rule of Extensibility: Design for the future, because it will be here sooner than you think.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;The Art of Happiness: A Handbook for Living, by the Dalai Lama. Not a technology book, but it has to be said some of the greatest challenges I've had in my working environment is not the code or the technology, but the people.&lt;br /&gt;This book gives a good grounding in principles giving you a greater knowledge of oneself and others - based around the idea that compassion for others is the main source of happiness.&lt;br /&gt;Useful for those times when you need to take a deep breath and stand back....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-7106718187769190902?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/7106718187769190902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=7106718187769190902' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/7106718187769190902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/7106718187769190902'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/07/linux-literary-trilogy.html' title='A Linux Literary Trilogy'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8127306923314168105.post-4224252686094403935</id><published>2008-06-12T18:36:00.007+01:00</published><updated>2009-05-17T22:09:46.531+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='use case'/><category scheme='http://www.blogger.com/atom/ns#' term='software design'/><category scheme='http://www.blogger.com/atom/ns#' term='requirements analysis'/><category scheme='http://www.blogger.com/atom/ns#' term='use cases'/><title type='text'>Using the correct case</title><content type='html'>I think use cases are great, but unfortunately the term 'Use Case' has one meaning if you use them as a working tool, and more often than not, another meaning if used as a buzz-word in conversation.&lt;br /&gt;&lt;br /&gt;It's a commonly used term by developers, but personally, I often cringe when someone in a management or marketing role uses it to identify a product feature or even just a single scenario - a clear case of use case misuse!&lt;br /&gt;&lt;br /&gt;Use cases are a bit more technical than just an idea of how something may be used - the term was first coined by Iva in the 80's, and has since been expanded on greatly by the likes of &lt;a href="http://en.wikipedia.org/wiki/Alistair_Cockburn"&gt;Alistair Cockburn&lt;/a&gt; and his peers. They are a brilliant tool for gathering requirements and consist of nothing more than &lt;span style="font-weight: bold;"&gt;simple text descriptions&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;However, even though a finished use case should be a shining beacon of simplicity and clarity, getting to that point can be devilishly complex and requires more than a little experience in writing use cases - the heuristic 'practice makes perfect' certainly holds true here. The trouble is, once you begin utilising use cases it quickly becomes apparent how useful they are in many more areas of software development than just requirements gathering.&lt;br /&gt;&lt;br /&gt;A short list of areas where use cases can add value :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Requirements analysis&lt;/span&gt;        - Is the use case describing what you want the system to do?&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Requirement traceability&lt;/span&gt;    - Justifying the inclusion of a particular piece of design or code.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Software design &lt;/span&gt;                   - Use cases can lead straight into the design phase, e.g. by using sequence diagrams for each important use case thread.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Planning and tracking&lt;/span&gt;          - A set of use cases breaks the software system down into more manageable chunks, which can be planned and progress measured against.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Test design and writing&lt;/span&gt;       - A use case is also a ready-made test case.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Release management&lt;/span&gt;           - When deciding which features to include or wait for inclusion, use cases provide a mechanism for linking features to user goals.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Change management&lt;/span&gt;           - Especially for iterative development, use cases can, for example, aid by scoping change requests to work estimates.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;I won't go into more detail here, as plenty of insightful information is available elsewhere on these topics (See &lt;a href="http://en.wikipedia.org/wiki/Alistair_Cockburn"&gt;Alistair Cockburn's work&lt;/a&gt;, for example). Suffice to say that you can drive almost the whole software process using a use-case centric approach - not that you should, of course, and the circumstances to which you are fitting a process must always be considered carefully.&lt;br /&gt;&lt;br /&gt;Once you realise the power of well-written use cases and understand the areas in which you will use them, it seems a good idea to spend more time considering their details and form - unfortunately there is no one-shoe-fits-all approach to this as the structure of a use case is very dependent on the domain and environment in which it is being used.&lt;br /&gt;&lt;br /&gt;One example of this is for use cases geared towards embedded systems, where I have found the assumption of everything happening in 'zero time' to be very useful - you end a use case scenario whenever you have to wait for something. This approach would be unwieldy when writing a set of high-level use cases for a user interface, on the other hand.&lt;br /&gt;&lt;br /&gt;One can spend many hours getting a relatively small use case or set of use cases together into a usable form that may appear to be a pedantic waste of time, but to an experienced use case author is time well spent. Many lessons are learnt and dead-ends reached when going through the process of writing and using use cases 'in anger', that time spent early on considering these lessons proves very beneficial in the long run.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8127306923314168105-4224252686094403935?l=var-blog-messages.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://var-blog-messages.blogspot.com/feeds/4224252686094403935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8127306923314168105&amp;postID=4224252686094403935' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/4224252686094403935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8127306923314168105/posts/default/4224252686094403935'/><link rel='alternate' type='text/html' href='http://var-blog-messages.blogspot.com/2008/06/use-use-cases-theyre-great.html' title='Using the correct case'/><author><name>WobblingButNotFallingOver</name><uri>http://www.blogger.com/profile/16449496400214275214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_r4xqMifhRYk/SADu7ifFA3I/AAAAAAAAAAM/--8QtSARDng/S220/weeble.jpg'/></author><thr:total>0</thr:total></entry></feed>
