Patrick Delaney
Patrick Delaney
> mrktws — One thing I can recommend from prema: Use a double-entry accounting journal-style model for money. That means do not store who has how much money, but store...
Writing and explanation on keeping track and using integers for Prediction Markets: https://money.dpldocs.info/v3.0.2/money.html From package: https://code.dlang.org/packages/money ``` Handling amounts of money safely and efficiently. An amount of money is a...
Turn market extraction portion of MarketDetailsHandler(w http.ResponseWriter, r *http.Request) into a function, find other locations in codebase where this is being used and enforce usage. Ensure we're constructing a public...
In calculating dbpm outcome, we should hypothetically use the dbpm outcome calculator and if the outcome is either YES or NO, we should resolve R to 1 or 0 rather...
``` const [errorMessage, setErrorMessage] = useState(null); ```
When creating this object, need to make sure we don't unintentionally inherit fields from the user creator. Double check!