VOOZH about

URL: https://www.javacodegeeks.com/author/sebastian-malaca

⇱ Sebastian Malaca, Author at Java Code Geeks


  • Software Development👁 Image
    Sebastian MalacaJanuary 6th, 2020
    0 150

    You won’t do it later!

    Stand-ups and status meetings – plenty of crimes against code quality were committed during them. Why does it happen? Because…

    Read More »
  • Software Development👁 Image
    Sebastian MalacaJanuary 8th, 2019
    0 431

    Test-Driven Development – you are doing it wrong!

    Test-Driven Development is one of those techniques that somehow is not as widely used as it should be. I know…

    Read More »
  • Software Development👁 Image
    Sebastian MalacaJune 7th, 2018
    0 106

    Just stop for a moment

    I know there are deadlines in front of you that need to be met. They are the reason why you…

    Read More »
  • Software Development👁 Image
    Sebastian MalacaNovember 13th, 2017
    0 1,606

    Refactoring vs. Redesign

    It often happens that developers use words Refactoring and Redesign interchangeably. Why? I think that is because in both cases…

    Read More »
  • Software Development👁 Image
    Sebastian MalacaJune 20th, 2017
    0 119

    Pair Programming to the rescue once again!

    Some time ago I wrote how pair programming can help keep high quality of the code. But that’s not all! Today…

    Read More »
  • Software Development👁 Image
    Sebastian MalacaJanuary 25th, 2017
    0 156

    For the sake of laziness!

    I like well written code. I like to reach out for perfection. I like to look for the most suitable…

    Read More »
  • Core Java👁 Image
    Sebastian MalacaJanuary 11th, 2017
    1 139

    Lazy-loading is a Code Smell

    Have you ever seen those huge objects with many attributes? These domain objects where we are using lazy-loading because we…

    Read More »
  • Core Java👁 Image
    Sebastian MalacaOctober 27th, 2016
    2 143

    Do you really need instanceof?

    Using instanceof is a code smell. I think we may agree on that. Whenever I see a construction like that…

    Read More »
  • Software Development👁 Image
    Sebastian MalacaOctober 10th, 2016
    0 60

    Pair Programming for the rescue!

    Those of you who’ve already read some of my articles have probably noticed that I’m sort of a developer that…

    Read More »
  • 1
  • 2
  • 3
  • »
Back to top button
Close