lines 153 - you're running FirstOrDefault in an async method - might as well use FirstOrDefaultAsync
2024-05-21 15:14:30
1159
qwerfd :
Line 190 should probably be a guard clause not login in an if. Looks cleaner with less nesting.
2024-05-21 14:35:41
1051
Gp Val :
That’s one hell of a way to get a code review from the comments 😅💀
2024-06-03 12:03:08
294
user2618301715675 :
Didn’t know TikTok doubles as code review 😂
2024-06-02 18:35:35
73
NIcolas Patau :
no need to use await on lines 179 and 184 as you do not use the result of the async operations in that methods. You can escape awaiting there and simply return tasks
2024-05-24 01:43:43
42
Hussam :
you should tell your bf to use cancellation tokens for async calls
2024-06-05 19:21:44
18
w.kimpara :
Spent more time judging his code than the PRs I’m paid to judge
2024-06-03 14:01:56
139
Justin :
Line 153 unnecessary task.run if it’s immediately awaited
2024-05-31 17:20:05
42
Emin :
how can you code on that keyboard
2024-05-21 11:41:16
10
uramu :
bro got a code review instead of comments about the video
2024-08-07 07:53:23
2
Rumira Daksith :
wrapped using task.run method, why ?
2024-06-05 16:46:27
11
maskDaggknot :
Using Entity Framework now are we? 😏
2024-05-21 12:09:00
33
MaskeDev :
I know my fellow .Net developer when I see one
2024-05-23 19:11:19
88
N/A :
seems really scripted to me cause he's got a good posture
2024-06-11 00:50:41
10
will :
c# 🐐
2024-06-22 07:00:31
4
gabeadams_lifts :
My brother I too have dealt with the .NET framework.
2024-06-03 17:20:35
8
CodeSuffie :
line 190: if (product?.Stock >= quantity). Youll do both the null check and larger or equal check in the same statement
2024-05-30 20:00:45
13
Konstantin :
Windows on Mac. Brother ugh, what's dat..
2024-06-06 14:40:38
2
Dunato xlorokoptiko :
C# and .NET ?
2025-06-23 19:58:23
1
Dris_S :
But where is MATLAB 😒
2024-05-21 19:12:57
2
James :
he's an event sourced man I see
2024-06-06 08:38:47
1
Food :
this is what I mean when I say I'm bilingual
2025-03-04 02:26:42
1
PyCharm :
They implement the repository pattern in C# and .NET
2024-11-21 16:30:42
1
kriscpg :
brother types at 20wpm
2024-06-03 16:56:01
1
To see more videos from user @sycamoreend, please go to the Tikwm
homepage.