Skip to content
  • Oracle
  • About
  • Oracle
Search
Close

– nice theory…

– Good and not so good ideas on software development and Oracle databases in particular

Category: Clean code

Yet another reason to unit test your (PL/SQL) code

April 15, 2019April 14, 2019 NiceTheoryVidarLeave a comment

The last few months, I’ve had the pleasure of using utPLSQL v3, a unit testing framework for PL/SQL, on a new project that I’m working on. Sure – writing tests takes a bit extra time, but it’s such a huge help when you’re constantly refactoring a system that grows from zero.

Read More »

TRIM: More than meets the eye

January 18, 2018January 19, 2018 NiceTheoryVidarLeave a comment

I’ve always just used the TRIM-function to remove leading and trailing spaces. While going through Markus Winands presentation “Four* Major Database Release of 2017 in Review” on SlideShare.net, I realized that the TRIM function can do more than just remove spaces.

Read More »

Blog at WordPress.com.
Back to top