Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/thangchung/clean-code-dotnet

:bathtub: Clean Code concepts and tools adapted for .NET
https://github.com/thangchung/clean-code-dotnet

fixed some typo

f0150fcdd567c5c9c40320a9a323a121da01b8c5 authored almost 6 years ago by Thang Chung <[email protected]>
Merge pull request #36 from Justbeingjustin/sort-error-handling

Sort error handling

478bfded3ae4d11242fd9571d70ba52120abdfe0 authored almost 6 years ago by Thang Chung <[email protected]>
#35 improve exception rethrow text

according to Justbeingjustin review's: https://github.com/thangchung/clean-code-dotnet/pull/40#p...

516bc648c37f1b32fc833ec1e5bc2fe9a59a668a authored almost 6 years ago by avitsidis <[email protected]>
fix: grammar in flags section

09cb5f2d1653d097ee22a5cf89919c3622f96312 authored almost 6 years ago by Justin Gerber <[email protected]>
Merge branch 'master' into features/32-comment

29b032a0eb292482ed92bee0152ee86ec2d55d0a authored almost 6 years ago by avitsidis <[email protected]>
Merge pull request #48 from filipbekic01/patch-1

Fix UserAuth constructor

3b9f131697cd16df313b4ded71f890d6a0ed2a57 authored almost 6 years ago by Thang Chung <[email protected]>
Update README.md

888c069d87a61e15b0bc38c167b3ae44b82c7729 authored almost 6 years ago by Thang Chung <[email protected]>
Fix UserAuth constructor

3187bce770e7aa8d5569f9b134d52e50824946f5 authored almost 6 years ago by Filip Bekić <[email protected]>
Merge pull request #43 from Justbeingjustin/fix-grammar-avoid-using-bad-name

Fix Grammar In "Avoid using a bad name" Section

73c893117f7f71fcbe7ae09992dac7ff7184af27 authored almost 6 years ago by Thang Chung <[email protected]>
fix: "Avoid using a bad name" section

57f61740766d438bea6e87dd4ad9b012d167941e authored almost 6 years ago by Justin Gerber <[email protected]>
Merge branch 'master' into sort-error-handling

56636d4893863fe3c8e764f70c989396a97cfce3 authored almost 6 years ago by Justin Gerber <[email protected]>
fix some typos and formats

411f9457da0b56b891f8ae1f4bca3d3c636222bf authored almost 6 years ago by Thang Chung <[email protected]>
#38 fix interface convention

98287da6f9be724964fab361b8eb9457c723927c authored almost 6 years ago by Thang Chung <[email protected]>
implement #32 - add a better sample

5cb4117a746ffd8586405acd3aa4402ace6d8373 authored almost 6 years ago by avit sidis <[email protected]>
fix typo in code samples

8094380144b8e5104f2a57d47325b33fddb2decc authored almost 6 years ago by avit sidis <[email protected]>
implement #35

cb0fdcd09c91164c39f46c47e78ee9c68f7d70bc authored almost 6 years ago by avit sidis <[email protected]>
Added 2 new error handling item

d6c6799a1320fd6fed8f1739e7a925c1c0e8d8e0 authored almost 6 years ago by suat.kose <[email protected]>
Merge branch 'master' into sort-error-handling

3262592fcd3939fd740464271a2a2c2af7ffa5d1 authored almost 6 years ago by Justin Gerber <[email protected]>
add cheetsheets

0208890f87c5542e2cc26977cd7dd99a86b5b202 authored almost 6 years ago by Thang Chung <[email protected]>
Merge branch 'master' of https://github.com/thangchung/clean-code-dotnet

4de93828f70ba6c70c5a79eef88cc4eff6a96300 authored almost 6 years ago by Thang Chung <[email protected]>
Add const with suggestion from #28

4cecbd0c7c05011049bd611f5b1bbc6e4029f88d authored almost 6 years ago by Thang Chung <[email protected]>
move entry capitalization to naming section

428e0b69f4be19791e13fb9463073ba5a2df6f29 authored almost 6 years ago by Justin Gerber <[email protected]>
move entry callees to functions section

I moved the "function callers and callees should be close" from the error handling section to th...

07b3df6a6d756d3664945a722482dc546fae684c authored almost 6 years ago by Justin Gerber <[email protected]>
Merge pull request #34 from avitsidis/fix/fix-typos

fix typos in code samples

173b211764401685848b5dd325272ed1325168f2 authored almost 6 years ago by Thang Chung <[email protected]>
Don't ignore caught errors sample was not ignoring exception. replace throws with a comment

28319897f75ddb3dadc04efed1e07bc64d449b0b authored about 6 years ago by avit sidis <[email protected]>
remove useless trailing spaces in codes samples

678aa09169abebba1307ef1904abfae38e31e8dd authored about 6 years ago by avit sidis <[email protected]>
fix typos in csharp code

218531f5eb00952146ba449e488a550c90421f79 authored about 6 years ago by avit sidis <[email protected]>
add some hr lines

fb4ef4c74a07c0030d5bfbbdbd6e5f33aa0877a0 authored about 6 years ago by Thang Chung <[email protected]>
Merged with latest version

efb4e2e2866bbc6b48ee63be412a57e9a6ff3a51 authored about 6 years ago by Thang Chung <[email protected]>
Update new structure with other resources included

a6773a1f3d97d066b08125accfff96c83f5836b4 authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #24 from Justbeingjustin/fix-pronounceable-names-section

fix grammar in the pronounceable names section

8d112559748dbb0ebf135c48e0b1450846444ea4 authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #22 from Justbeingjustin/fix-typo-statements

fix typo and restructure sentence

0c7ab67a78f00d1cb0b542d4c8d3187682e28cb6 authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #26 from Justbeingjustin/feature-avoid-hungarian

Feature avoid hungarian

8c3bfb0659909a603d13832811f75181466d4522 authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #27 from mikehixson/master

Typo in "Functions should do one thing"

4ef902d2757b30ab14ad64bdd734dbdc0875dd79 authored about 6 years ago by Thang Chung <[email protected]>
fixed var string client in clients

06675973201b64bd5f5f0f06e0bc90f21ee50465 authored about 6 years ago by Thang Chung <[email protected]>
Typo in Functions should do one thing

896ea8f5514f4aa45f7f22b93cf67432b213c6fd authored about 6 years ago by mikehixson <[email protected]>
Fix typo in "Functions should do one thing"

From usage it looks like its expected that `db.Find()` takes a `string[]`.
Combined `ActiveClie...

a419da9bcb3b9da2df4db3714467e6ff317e38f5 authored about 6 years ago by mikehixson <[email protected]>
fix: add incorrect paramaters

e9d259181c776251026eb0e08ddf32ba13a7cc42 authored about 6 years ago by Justin Gerber <[email protected]>
fix: remove dots and add comment

042ccb94e1ca29141cba27c9a3e7462b4d0e129d authored about 6 years ago by Justin Gerber <[email protected]>
fix: provide datatype

21cc2b6914953e7ac03582ffb574add3b6c267be authored about 6 years ago by Justin Gerber <[email protected]>
feat: add hungarian notation section

7a45944f44b5d9caf73a520206bcc767a49b3cc2 authored about 6 years ago by Justin Gerber <[email protected]>
fix grammar

85bec7e40a513f40bf94b320a2760c47c2f67286 authored about 6 years ago by Justin Gerber <[email protected]>
fix typo and restructure sentence

048c5149b404056a84c5070fcac42036980ead85 authored about 6 years ago by Justin Gerber <[email protected]>
Merge pull request #19 from Xorboo/fix/nesting-sample-typo

Fixed a typo in bad nesting sample

43702603f3fc9c85c43180d91f4682b4595bd945 authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #14 from avitsidis/features/11-avoid-csharp-region-directive-as-positional-markers

#11 add region bad sample in Avoid positional markers section

19d66fa42037d6495ddad530b81017abd98e76bb authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #20 from avitsidis/fix/typo-in-liskov-sample

Fix typo in Liskov Substitution Principle sample code

dd2f6a335b9300b7e05d492554e1bbcda1cb3ebf authored about 6 years ago by Thang Chung <[email protected]>
Fix type in Liskov Substitution Principle sample code

1042270365c92d32651b064fa36e6e2398324ee1 authored about 6 years ago by avit sidis <[email protected]>
#11 add region bad sample in Avoid positional markers section

c3327bbe46bf2ddfd1d566726771352cdac105b0 authored about 6 years ago by avit sidis <[email protected]>
Fixed a typo in bad nesting sample

dc356e9d7bf618740a77c98a0cb159f9a74137df authored about 6 years ago by Xorboo <[email protected]>
Merge pull request #18 from Justbeingjustin/fix-dont-typo

Fix dont typo

d2a2a33d1cda2e096b9abe7906ab02380984fa18 authored about 6 years ago by Thang Chung <[email protected]>
fix spacing issue

b3b00614ee511d307ece45c9d77188fff7dd079e authored about 6 years ago by Justin Gerber <[email protected]>
fix typo

008edfcea9577cccae0b91c061317b7c6080aa56 authored about 6 years ago by Justin Gerber <[email protected]>
add Formatting section

7c4bf94a7b0ef341d7e4213953c2a09f3318b5d5 authored about 6 years ago by Thang Chung <[email protected]>
add unit testing pattern

08a5ca46f75d1e8fcabb22552e9a390a257602e4 authored about 6 years ago by Thang Chung <[email protected]>
fixed some of old code scripts

5e576db11afa752dcdb45e96ca98933258b7d0d4 authored about 6 years ago by Thang Chung <[email protected]>
revise content for the title

452c28abd8d21bedb499efb015efd404bca5e642 authored about 6 years ago by Thang Chung <[email protected]>
add csharp file

c1f5360631e565c047a3c350cb818192d455bc0f authored about 6 years ago by Thang Chung <[email protected]>
Merge branch 'master' of https://github.com/thangchung/clean-code-dotnet

7971f4bd624cfb46548554ab0ba158f9a4a24c9a authored about 6 years ago by Thang Chung <[email protected]>
improve the list (more easy to readers to find what they need)

1e52f4575109f90cd622b2b9b638833b662d56ab authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #13 from avitsidis/features/12-async-main-csharp7_1

fix #12 Async all the way is still acceptable in console main method …

038f9200de1ebe2ec550c9900b0f1273f31ba039 authored about 6 years ago by Thang Chung <[email protected]>
fix #12 Async all the way is still acceptable in console main method since c# 7.1

8c663d82b14cd8ae04af932e9d4f74b39ed6f2a7 authored about 6 years ago by Avit Sidis <[email protected]>
Merge pull request #10 from ehouarn-perret/master

Update README.md

786a8bc587612377a83d2e8e5423fb53edad284f authored about 6 years ago by Thang Chung <[email protected]>
Update README.md

Fix the bad example using GetType()
Might want to add an Adapter pattern later on

bba0277fd485337a2a5a6120a63ea521865e1ecf authored about 6 years ago by Ehouarn Perret <[email protected]>
fix camel case as suggestion from sheeit #9

7edb21b6db7a8d60b5025a520e6beaa2f805d35a authored about 6 years ago by Thang Chung <[email protected]>
Merge pull request #8 from ngohungphuc/convert-to-csharp

Convert to csharp

082f0f15700f1ca14555e0c7cf43a5cd7e8eab7a authored almost 7 years ago by Thang Chung <[email protected]>
revert testing section

c600e684c7dfbc07b4fcd5e2a93d8039595c7fcd authored almost 7 years ago by ngohungphuc <[email protected]>
update rest of the file

800214328bee398311bd7b6ba361ac0f3083118b authored almost 7 years ago by Tony Hudson <[email protected]>
consistent capitalization

da29a95135cbf65ca9f0a6a534e36e8d57baae90 authored almost 7 years ago by Tony Hudson <[email protected]>
Exception handle

674ec561838f315ea4b022d981906560c93c24ba authored almost 7 years ago by Tony Hudson <[email protected]>
Remove redundant section

77fa796901348c7fedcbe36db532320316ee25f6 authored almost 7 years ago by Tony Hudson <[email protected]>
DRY principles

c2f8c81c9b46af6c5f17d07330f1ac0bca71ddc3 authored almost 7 years ago by Tony Hudson <[email protected]>
Dependency Inversion Principle

62439b906176e40db6d3d90e9f43a37e7aa73114 authored almost 7 years ago by Tony Hudson <[email protected]>
Interface Segregation Principle

86d9e336dd380471747b7c238446cd3ff0073a42 authored almost 7 years ago by Tony Hudson <[email protected]>
Merge pull request #7 from ngohungphuc/convert-code-csharp

Continue to convert to C# code

0a138ba84c2b7af2270571d95f452747c57141ad authored almost 7 years ago by Thang Chung <[email protected]>
update missing code

3c049ab8a7893fac15315d993174be8faa42c3d9 authored almost 7 years ago by Tony Hudson <[email protected]>
Liskov Substitution Principle

5da69dafbf4f2f28e286004362d8b29248634672 authored almost 7 years ago by Tony Hudson <[email protected]>
change to upper case

ad62671a4d2e3def321add33f9a0dae0ebc21d46 authored almost 7 years ago by Tony Hudson <[email protected]>
change Open/Closed Principle

f5c606ddc86dddba9988dd4cd651b9969f43b144 authored almost 7 years ago by Tony Hudson <[email protected]>
Single Responsibility Principle

fdc9b2c10d729ecf9c5870462aae14a2c23b05ce authored almost 7 years ago by Tony Hudson <[email protected]>
update

c3fd818d4622d2ab19da8a3f3d617da11e5eaa6a authored almost 7 years ago by Tony Hudson <[email protected]>
Add method chain

1efbbf3d61f2aceff4f62d0c5b7e361c3870df65 authored almost 7 years ago by Tony Hudson <[email protected]>
Merge pull request #6 from ngohungphuc/convert-code-csharp

Continue to convert other section to c#

1ea14022cbb236a8e2563dc89258960f0e3e8134 authored almost 7 years ago by Thang Chung <[email protected]>
convert to c# code

125dbb84b4a04e765a9c977ff460460f8a918b49 authored almost 7 years ago by Tony Hudson <[email protected]>
convert to c# code

79c6132ff41b23c1265e451b04a1d78c7487a30a authored almost 7 years ago by Tony Hudson <[email protected]>
convert to c# code

640d33c6cd9fa464038b24f596c7871524bf9a9e authored almost 7 years ago by Tony Hudson <[email protected]>
remove php code

43abc93854783f6b82dbd7ae48194d66389e7be8 authored almost 7 years ago by Tony Hudson <[email protected]>
Merge pull request #5 from ngohungphuc/convert-code-csharp

convert other section to c# code

fbc6fbd68f60d5f4cf0bb5e4cf8ec831a4bd9f1b authored almost 7 years ago by Thang Chung <[email protected]>
update README

83d9f44e0a6ea09de8173d10cfb433ff9caa1a34 authored almost 7 years ago by ngohungphuc <[email protected]>
update README

796e76a6f02553073ddc807fe8fc22d5c07d7d5c authored almost 7 years ago by ngohungphuc <[email protected]>
update README

a0b68404fd533be895f800ff0d6dbecd876cc544 authored almost 7 years ago by ngohungphuc <[email protected]>
update README

ecb4808a1dc089e5f0fbcd81d1ac46ea1c437278 authored almost 7 years ago by ngohungphuc <[email protected]>
convert other section to c# code

d085c587aa380166b8ee0dee9a1ad5681c7f0998 authored almost 7 years ago by ngohungphuc <[email protected]>
Merge pull request #4 from ngohungphuc/variable-magic-string

add Avoid magic string

8339945b2b04181033c38aa381133422e395d976 authored almost 7 years ago by Thang Chung <[email protected]>
Merge pull request #3 from ngohungphuc/naming

Naming

ab8035a7fd4a51ba0d006701c7dbf81e0e38c74e authored almost 7 years ago by Thang Chung <[email protected]>
add Avoid magic string

1f9b4f7e4b327b3ac3ddff1b8b71f0f6dd127f8f authored almost 7 years ago by ngohungphuc <[email protected]>
add Use domain name section

6b1f867471b1fcad9480d164ba8462881d0debcf authored almost 7 years ago by ngohungphuc <[email protected]>
add Hungarian Notation section

54cbb7bfdc51c18978e3af43a9968d295f33b695 authored almost 7 years ago by ngohungphuc <[email protected]>
Use Pronounceable Names

f6ef5f05de5aee74699d9c60a1a7526a214eb19e authored almost 7 years ago by ngohungphuc <[email protected]>
add Avoid Disinformation name

45313a6dd8b4666ad653c74850af778e447fb63a authored almost 7 years ago by ngohungphuc <[email protected]>
Update README.md

a6bac24cfb41fb0fe78e4716c242a89e6cfe80de authored almost 7 years ago by Thang Chung <[email protected]>