5
Let’s say I have these namespaces:
use
DataTables\Editor,
DataTables\Editor\Field;
DataTables\Editor\Format,
DataTables\Editor\Mjoin,
DataTables\Editor\Options,
DataTables\Editor\Upload,
DataTables\Editor\Validate;
But I only really use 2 of them:
use
DataTables\Editor,
DataTables\Editor\Field;
//DataTables\Editor\Format,
//DataTables\Editor\Mjoin,
//DataTables\Editor\Options,
//DataTables\Editor\Upload,
//DataTables\Editor\Validate;
As seen above, I don’t need them. So there is a considerable loss by leaving the other 5 namespaces even if I don’t use?
I might add in your question, whether this also weighs for . NET?
– PauloHDSousa
But then I would expand the question and it could possibly be closed. You can also ask a question here https://answall.com/questions/ask
– Milton Nascimento
For C#: https://answall.com/q/16563/101
– Maniero
@bigown The coolest is to see that I myself have answered something about it. ( and had forgotten )
– PauloHDSousa
@Paulohdsousa is, I had voted for her
– Maniero
@Miltonnascimento Has the answer solved your question? Do you think you can accept it? See [tour] if you don’t know how you do it. This would help a lot to indicate that the solution was useful to you. You can also vote on any question or answer you find useful on the entire site.
– Maniero