Came across the following code during a peer code review :
if (x == 0)
{
y = 0;
}
else
{
y = x;
}
Interesting, isn't it! Asad
Came across the following code during a peer code review :
if (x == 0)
{
y = 0;
}
else
{
y = x;
}
Interesting, isn't it! Asad