An open API service indexing awesome lists of open source software.

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.

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/