From 8104d673c3cbbfa62665bebd203b84ac1bb93790 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 15 Sep 2017 10:47:06 +0200
Subject: [PATCH] Add note about variable naming convention no paths vs
 DirectoryInfo objects.

---
 AutoTx/AutoTx.cs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index 9994558..0adb62e 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -15,6 +15,8 @@ namespace AutoTx
     {
         #region global variables
 
+        // naming convention: variables ending with "Path" are strings, variables
+        // ending with "Dir" are DirectoryInfo objects
         private string _configPath;
         private string _statusPath;
         private List<string> _transferredFiles = new List<string>();
-- 
GitLab