https://github.com/alivedevil/moneymanager
Simple MoneyManager in WPF.
https://github.com/alivedevil/moneymanager
Last synced: about 2 months ago
JSON representation
Simple MoneyManager in WPF.
- Host: GitHub
- URL: https://github.com/alivedevil/moneymanager
- Owner: AliveDevil
- License: gpl-3.0
- Created: 2014-10-30T17:37:20.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-08-03T12:26:29.000Z (almost 11 years ago)
- Last Synced: 2025-12-26T17:36:47.616Z (6 months ago)
- Language: C#
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoneyManager Readme
Follow development status here: https://trello.com/b/qlylAeVA/moneymanager
# Contributing
You are allowed to contribute but you have to follow following guidelines:
* Usings have to be ordered alphabetically
* Tabs instead of Spaces (Size: 4)
* Public -> Protected -> Private
* Static before instance members
* Fields -> Properties -> Constructor -> Methods
* CamelCase for Methods, Properties, Classes, Namespaces, Fields
* pascalCase for private fields
* No use of egyptian brackets.
```
// use
expression
{
// content
}
// instead of
expression {
// content
}
```
* Spacing
* `if (expression)`
* `while (expression)`
* `switch (expression)`
* `MethodName()`
* `MethodName(param1, param2, param3)`
* `new Type()`
* `new Type(param1, param2, param3)`
* `param1 operator param2`
* `param == param`
* `type[]`
* `new type[count] { content, content }`
* `target = value`
If I missed some point ask me or create a pull request.
# License
This project is licensed under a GPLv3 license. See LICENSE for more information.
This project uses the following licensed icons:
* Money Glowing Icon from Mihaiciuc Bogdan (CC-by-4.0) http://bogo-d.deviantart.com/