How to write unmaintainable code
Hello world!
We created this blog to showcase projects we worked on, to discuss interesting topics, to exchange ideas.
As software professionals, we believe in readability and maintainability of the code, and in accountability in its development, from design to deployment, to support. We fully agree with the message of this article, that the software strength resides in the process of creating it. Although we understand that a bug-free software may be a dream, we strive to bring that dream to reality. We value elegant solutions, simplicity of design, yet we are comfortable with complex requirements and sophisticated scenarios.
So welcome to this blog. Check it out often, contribute, express your opinions, be active!
Posted in Software 2 Comments

Bug in Wordpress?
I just noticed that, when editing a post that uses SyntaxHighlighter (that has the tag
<pre>) in Visual mode, attributename="code"gets lost. The attribute needs to be inserted again in HTML mode. Annoying, to say the least, if not downright scary.This is how theĀ
<pre>tag should look like:<pre name="code" class="c-sharp">... some code here ...</pre>If your source code disappears after you edited it, check, in HTML mode, the attribute
name. It is very probable that it was lost in Visual mode.