View liskov.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
/// <summary> | |
/// Introduces new class <c>Shape</c> | |
/// </summary> | |
class Shape | |
{ | |
/// <summary> | |
/// Initializes public method <c>Area</c> | |
/// </summary> | |
/// <returns>Returns area, throws exception with custom message</returns> |
View gist:9b996b94800e7e042551355a81123ba6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am egsy on github. | |
* I am egsy (https://keybase.io/egsy) on keybase. | |
* I have a public key ASDc1MmwXEdQUnRyd0PiOYnzI5tEdTlr6D8Z0fJ_n5EGXAo | |
To claim this, I am signing this object: |
View gist:a8ec8f4552752ee9f70b7c88d903d8e2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"tip__text": "check out their extensive tshirt gallery on the first floor!", | |
"tip__canonicalUrl": "https://foursquare.com/item/5c761da1947c050039c2a970", | |
"venue__id": "4b1269b5f964a520b28923e3", | |
"venue__name": "UNIQLO (優衣庫)", |