diff options
Diffstat (limited to 'issues/closed/241.txt')
-rw-r--r-- | issues/closed/241.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/closed/241.txt b/issues/closed/241.txt new file mode 100644 index 00000000..51b0ea03 --- /dev/null +++ b/issues/closed/241.txt @@ -0,0 +1,9 @@ +Id: 241 +Subject: all variable declarations to be in pattern style "Name: type" +Tracker: Feature +Status: Completed +Fixed-Version: 0.1 +Created-On: Wed Mar 23 17:04:36 -0700 2011 +Updated-On: Tue May 17 20:12:08 -0700 2011 + +It can be difficult to move from looking at variable declarations in patterns then to local variables and function arguments because the name and type change order. Make them all pattern-style in the name of consistency. |