Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/coincidental-semantics
https://github.com/fchristenson/coincidental-semantics
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/coincidental-semantics
- Owner: fChristenson
- Created: 2019-12-20T06:58:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:53:55.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:21:55.949Z (over 1 year ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Coincidental semantics
## What we will cover
- The importance of being deliberate in code
- How one quick decision can create legacy
- How to think about semantics## Notes
A while back I was asked to help a coworker figure out how to deal with a new feature requirement.
Our system had a new vendor that wanted to integrate and they would allow their users to create an
account in our system and then the users could get to our system either through our standard web
application or this vendors mobile app.To do this my coworker had created an API for this vendor.
The problem was that we now needed to meet certain requirements for the integration to work, one of those
requirements where that the vendor wanted to create and query users by their username.