Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

performance issue

Former Member
0 Likes
532

Hi

In respect to performance issue which is better to use Includes or subroutines.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
509

hi Pallavi,

in respect of performance I don't think it does matter...

hope this helps

ec

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
510

hi Pallavi,

in respect of performance I don't think it does matter...

hope this helps

ec

Read only

Former Member
0 Likes
509

Hi,

It wont have effect on your performance. Just for the sake of modularity and beautification, we use them. It is better to have defined all your subroutines in a separate include.

Hope this helps.

regards,

Ramya

Read only

Former Member
0 Likes
509

both does the same. No diff in performance wise...

Read only

Former Member
0 Likes
509

thanx for the replies