Task Feedback
Unanswered
Flammulated Owl posted this in #help-forum
Flammulated OwlOP
Hi guys, I was hoping if someone experienced could maybe give me some advice on my code I'd really appreciate it. Here is the repo link: https://github.com/MarinJursic/Tabletask
5 Replies
@Flammulated Owl Hi guys, I was hoping if someone experienced could maybe give me some advice on my code I'd really appreciate it. Here is the repo link: https://github.com/MarinJursic/Tabletask
Dutch
Put here in env file
const API_BASE_URL =
"apiurl";
and UI has some contrast issues in dark mode. Code style is looking okay but you have a lot components and small parts at this scale. try to make it more simple to work withFlammulated OwlOP
@Dutch Any advice on how the code is written as far as scalability, performance and reusability?
@Flammulated Owl <@1257609464811487255> Any advice on how the code is written as far as scalability, performance and reusability?
Dutch
at once i wrote two code side by side, one was trash other was performant. for end user there was no difference, for developer there was not much difference
so personally i dont believe a thing like clean code and optimization
as long as it works without errors and reacts fast, no matter how you write it