All Questions
3 questions
28
votes
15
answers
5k
views
Is it wise to be going back and forth between two programming languages? [closed]
I have been writing quite a lot of PHP for nearly two years. Now I am doing .NET (mainly c#) development. However, sometimes I go back and do some php.
My main question is, is it wise for me to ...
7
votes
5
answers
2k
views
Why are objects instantiated this way?
Some times I see an object instantiated this way.
ICustomer oCustomer = new Customer
Obvious but the Customer class is implementing ICustomer interface in this example. Are there any advantages of ...
4
votes
2
answers
1k
views
Software development - The industry & general trends / Bad practices [duplicate]
I am a Web Developer and part of a small team working on an abundance of projects. This is my first "actual" real company after graduating with a degree in computer Science and I have about 2 years ...