3
Answers

Is it good practice to use namespace like a variable???

Photo of Hemant Mehra

Hemant Mehra

10y
1k
1
Is it good practice to use namespace like a variable???
using CommonEntities = HEPL.Common.UIModel.Entities; 
OR
using HEPL.Common.UIModel.Entities; 

which one is good practice in above code?
 

Answers (3)