Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/disappointinglyattributed
Express just how dissapointed you are with others code through attributes!
https://github.com/aaronpowell/disappointinglyattributed
Last synced: about 1 month ago
JSON representation
Express just how dissapointed you are with others code through attributes!
- Host: GitHub
- URL: https://github.com/aaronpowell/disappointinglyattributed
- Owner: aaronpowell
- License: mit
- Created: 2014-10-26T05:10:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T05:52:47.000Z (about 10 years ago)
- Last Synced: 2024-11-17T19:44:21.723Z (about 2 months ago)
- Language: F#
- Size: 117 KB
- Stars: 62
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
Sometimes you're working on code which is just disappointing but there's no way which you can really convey that dissapointment to others in the code.
Never fear `DisappointinglyAttributed` is here!
```csharp
[ಠ_ಠ]
[ب_ب]
[ಥ_ಥ]
public static class Utility
{
/* code here */
}
```That's right, get some emoticons up on your code.
If you're using something like F# you can decorate the code even deeper:
```fsharp
[<``¯|_(ツ)_|¯``>]
[<``° ͜ʖ ͡°``>]
[<``(╯°□°)╯︵┻━┻``>]
[<``┬──┬ノ(゜-゜ノ)``>]
[<``(╯°□°)╯``>]
module Utilities =
//stuff
```# Install
`PM> Install-Package DisappointinglyAttributed`
# Copyright
Aaron Powell 2014