-
I want to do some creativity in programming??what I can do Plz help me0
-
Administrator • Jul 12, 2012
Find out the shorter and efficient way of implementing any logic. That'd be very creative job in programming. Say a code is written in 100 lines. Find out a way to write it in say < 50 lines.pooja mittalI want to do some creativity in programming??what I can do Plz help meAre you sure? This action cannot be undone. -
Member • Jul 12, 2012
Thanks for ur rply...Can u give me some examples? i want to make something different?Are you sure? This action cannot be undone. -
Member • Jul 16, 2012
what type of creatiity do u want plz specifyAre you sure? This action cannot be undone. -
Member • Jul 16, 2012
I want to make some program which is different and behave differently........Are you sure? This action cannot be undone. -
Administrator • Jul 16, 2012
Difficult to reply based on information you've provided. Tell us more so that we can come up with better suggestions 😀pooja mittalI want to make some program which is different and behave differently........Are you sure? This action cannot be undone. -
Member • Jul 18, 2012
Try to minimize the number of lines as @The_Big_Kig_K said. - If there is some functionality that you need often (more than twice), then create a procedure and call it where ever you need, rather than repeating that in your code.pooja mittalI want to do some creativity in programming??what I can do Plz help me
Make sure you handle all the conditions that you can think of, that might affect the solution. (In other words make it bug free).
Considering creative, I assume clean and neat is included in it - Align the codes properly and in proper order, do that whenever someone sees it, they should be clearly able to understand what have you done. It so happens that they might miss something if the code is not aligned properly. This is real important.
Try to minimize the if loops. Ex: If A and B then do Z is always better to look and faster than, If A then do ( If B then do Z).
This is all I can think of now. Will let you know, If i find something more creative or useful......
At last one suggestion, Do not create bugs by trying to make the code more creative. After all the output matters the most.Are you sure? This action cannot be undone. -
Member • Jul 19, 2012
If you have interest in games then you can try your programming skills there by altering the code. for example in case Super Mario game you can change the look and feel, players option and try it on different platforms.
<a href="https://www.codeofhonor.com/blog/category/programming" target="_blank" rel="nofollow noopener noreferrer">Programming Archives - Code Of Honor</a>
the link may help you.Are you sure? This action cannot be undone.