Published onJune 13, 2023View count67 viewsElevate Your React Projects with the Command ComponentUIReactElevate your React projects with the Command Component from shadcn/ui. Enhance functionality and accessibility. Try it now!
Published onJune 12, 2023View count51 viewsAvoid side effectsCode-TipsImprove code reliability by avoiding side effects. Minimize hidden consequences, enhance predictability, and simplify testing.
Published onJune 11, 2023View count25 viewsDon't ignore caught errorsCode-TipsThrown errors are a good thing and you can do something about them. The rule is “Don't ignore caught errors”
Published onJune 11, 2023View count63 viewsDon't Swallow ExceptionsCode-TipsThrown errors are a good thing and you can do something about them. The rule is “Don't ignore caught errors”
Published onJune 10, 2023View count66 viewsOne concept per testCode-TipsThe rule is really simple. The only thing you have to do is to choose a single concept to test in every unit test you write.