I have reviewed some solutions and I found two type of select : * and explicit column names.
I prefer to write explicit columns to return because its possible to make modifications in the table and it's difficult to follow the impact in our code. What is your opinion?
Fun kata about Harry Potter.
I have reviewed some solutions and I found two type of
select
: * and explicit column names.I prefer to write explicit columns to return because its possible to make modifications in the table and it's difficult to follow the impact in our code. What is your opinion?