Skip to content

Commit

Permalink
Removed primitives.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Jun 23, 2024
1 parent 77882ec commit 3d71ab7
Show file tree
Hide file tree
Showing 34 changed files with 9 additions and 834 deletions.
11 changes: 9 additions & 2 deletions resources/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 🛣️ What does the future hold

Coming soon... we're excited to discuss what the future holds and get your feedback in our
discussions area.
The future of Hussy.Net is to simply continue compacting features of the .NET ecosystem in order to give .NET developers
a chance to compete in golfing competitions.

## ✨ Primitives

Primitive support was previously being established with custom data types in an effort to improve handling for implicit
conversions between primitives, handle truthy/falsey values with fewer characters, and a few other features. With the
announcement of extension everything, native primitive support is being abandoned in favor of a consistent delivery
mechanism for all features.
6 changes: 0 additions & 6 deletions src/Hussy.Net/Primitives/Collection/Definition.cs

This file was deleted.

47 changes: 0 additions & 47 deletions src/Hussy.Net/Primitives/Logical/ComparableImplementation.cs

This file was deleted.

90 changes: 0 additions & 90 deletions src/Hussy.Net/Primitives/Logical/ConvertibleImplementation.cs

This file was deleted.

56 changes: 0 additions & 56 deletions src/Hussy.Net/Primitives/Logical/Definition.cs

This file was deleted.

38 changes: 0 additions & 38 deletions src/Hussy.Net/Primitives/Logical/EquatableImplementation.cs

This file was deleted.

86 changes: 0 additions & 86 deletions src/Hussy.Net/Primitives/Logical/SpanParsableImplementation.cs

This file was deleted.

Loading

0 comments on commit 3d71ab7

Please sign in to comment.