<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.ubiquitous-network.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.ubiquitous-network.ch/feed.php">
        <title>Ubiquitous Network Wiki - en:devmon:guidelines</title>
        <description></description>
        <link>https://wiki.ubiquitous-network.ch/</link>
        <image rdf:resource="https://wiki.ubiquitous-network.ch/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-04-18T15:40:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:20bestpractices&amp;rev=1629350943&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:tidy&amp;rev=1629635713&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:variables&amp;rev=1631172171&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.ubiquitous-network.ch/lib/exe/fetch.php?media=logo.png">
        <title>Ubiquitous Network Wiki</title>
        <link>https://wiki.ubiquitous-network.ch/</link>
        <url>https://wiki.ubiquitous-network.ch/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:20bestpractices&amp;rev=1629350943&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-19T05:29:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>20 Best Practices</title>
        <link>https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:20bestpractices&amp;rev=1629350943&amp;do=diff</link>
        <description>20 Best Practices

	*  Correctness, simplicity and clarity come first.
	*  Avoid unnecessary cleverness. If you must rely on cleverness, encapsulate and comment it.
	*  Avoid duplication (DRY).
	*  Coupling and Cohesion. Systems should be designed as a set of cohesive modules as loosely coupled as is reasonably feasible.</description>
    </item>
    <item rdf:about="https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:tidy&amp;rev=1629635713&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-22T12:35:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Tidy</title>
        <link>https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:tidy&amp;rev=1629635713&amp;do=diff</link>
        <description>Tidy

To make documents clean, we did automate reformatting with tools freely available 

Tidy Code

To keep the code clean, follow this guide (but dont worry if you dont!)

Tools

	* Tidy perl code, ... (perltidy)
	* Follow best practice (perlcritic)</description>
    </item>
    <item rdf:about="https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:variables&amp;rev=1631172171&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-09T07:22:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Variable Name</title>
        <link>https://wiki.ubiquitous-network.ch/doku.php?id=en:devmon:guidelines:variables&amp;rev=1631172171&amp;do=diff</link>
        <description>Variable Name

In General

	*  Avoid CamelCase and variation: use underscore
	*  As short as possible to describe the “function” of the var: sample my $desc = “devmon is cool”

With or without &quot;s&quot; at the end

	*  scalar($) and hash(%) without</description>
    </item>
</rdf:RDF>
