Intellectual work in Programming

pooja mittal

pooja mittal

@pooja-mittal-h8BZLe Oct 26, 2024
I want to do some creativity in programming??what I can do Plz help me

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jul 12, 2012

    pooja mittal
    I want to do some creativity in programming??what I can do Plz help me
    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 mittal

    pooja mittal

    @pooja-mittal-h8BZLe Jul 12, 2012

    Thanks for ur rply...Can u give me some examples? i want to make something different?
  • Princess Jolly

    Princess Jolly

    @princess-jolly-8pmsgf Jul 16, 2012

    what type of creatiity do u want plz specify
  • pooja mittal

    pooja mittal

    @pooja-mittal-h8BZLe Jul 16, 2012

    I want to make some program which is different and behave differently........
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jul 16, 2012

    pooja mittal
    I want to make some program which is different and behave differently........
    Difficult to reply based on information you've provided. Tell us more so that we can come up with better suggestions 😀
  • Prashanth_p@cchi

    Prashanth_p@cchi

    @prashanth-p-at-cchi-rg0z63 Jul 18, 2012

    pooja mittal
    I want to do some creativity in programming??what I can do Plz help me
    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.
    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.
  • graphite

    graphite

    @graphite-tkk1sC 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.