CrazyEngineers
  • Intellectual work in Programming

    Updated: Oct 26, 2024
    Views: 1.2K
    I want to do some creativity in programming??what I can do Plz help me
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorJul 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.
    Are you sure? This action cannot be undone.
    Cancel
  • pooja mittal

    MemberJul 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.
    Cancel
  • Princess Jolly

    MemberJul 16, 2012

    what type of creatiity do u want plz specify
    Are you sure? This action cannot be undone.
    Cancel
  • pooja mittal

    MemberJul 16, 2012

    I want to make some program which is different and behave differently........
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorJul 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 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Prashanth_p@cchi

    MemberJul 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.
    Are you sure? This action cannot be undone.
    Cancel
  • graphite

    MemberJul 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.
    Cancel
Home Channels Search Login Register