In another question, a user pointed out that the new keyword was dangerous to use and proposed a solution to object creation that did not use new.
new
I think "new" adds clarity to the code. And clarity is worth everything. Good to know there are pitfalls, but avoiding them by avoiding clarity doesn't seem like the way for me.