Application Development 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: 

performance issue

Former Member
0 Kudos

Hi

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

Thanks in advance.

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos

hi Pallavi,

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

hope this helps

ec

4 REPLIES 4

JozsefSzikszai
Active Contributor
0 Kudos

hi Pallavi,

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

hope this helps

ec

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

thanx for the replies