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

Can i hardcode a line in a program?

Former Member
0 Likes
557

Hello Experts,

I need to hardcode a line in the code i have written in a way that i cannot change the contents of that specific lines in future.

Can anybody suggest me if there is any way out?

Helpful answers will surely be rewarded.

Thankx in advance,

Sanghamitra.

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
528

Hi,

Put a comment before ur code...saying that don't modify..like that..

*Don't modify

write ur code.

Reward points if u find useful

Regards,

Nagaraj

Read only

Former Member
0 Likes
528

Try to avoid hard coding.

Bohra.

Read only

Former Member
0 Likes
528

Hi,

You can just hardcode the line in the program.

And give a comment that this is the important line for program execution so don't modify this line at anytime.

I think this will be more meaningful way to handle this.

Reward if helpful.