Skip to content

Commit

Permalink
Hoist constants from Sqids.Builder to Sqids
Browse files Browse the repository at this point in the history
Since Sqids.Builder doesn't do anything with these constants
behavior-wise, it makes sense to me to hoist the constants to Sqids so
they're easier to see. Since these constants are now in the top-level
Sqids class, I've also made Sqids.Builder package-private since it's not
meant to be instantiated directly.

.gitignore has also been updated to ignore the .project file that was
generated by my dev environment.
  • Loading branch information
robhanlon22 committed Nov 29, 2023
1 parent 0b44a67 commit 9ce4428
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 579 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.gradle/
.project
.vscode/
bin/
build/
.vscode/
Loading

0 comments on commit 9ce4428

Please sign in to comment.