SHIV5T3R / CO-DE

An Open Source Collaborative Code Editor
34 stars 26 forks source link

Feature/utilities - Added basic utilities #35

Closed MrBisquit closed 1 year ago

MrBisquit commented 1 year ago

Added basic utilities:

MrBisquit commented 1 year ago

@jaybuurdd Check it again.

hobi9 commented 1 year ago

The code submitted looks good but there is the chance we may never use it. In this project everything that's internal is already fully typed by typescript and everything that's external will pass through zod which will validate it and type it for us so we'd never be in a situation in which we have to manually test types

SHIV5T3R commented 1 year ago

I'm not entirely sure about the use case for this

MrBisquit commented 1 year ago

I'm not entirely sure about the use case for this

@SHIV5T3R If we don't use it we can always delete it later.