Results 1 to 20 of 46

Thread: Harg'kyth Bug (-_-#) fix it pls!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    Senior Member
    Join Date
    Feb 2011
    Location
    California
    Posts
    1,126
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    157
    Thanked in
    130 Posts

    Default

    Harg'kyth's crashes constantly on my Android phone, and on my iPad. It has been this way for a very long time. I just assumed you would fix it some day, but perhaps you cannot find the bug? I know you want us to give you a 5 star rating, but honestly, no matter how good a program is, it cannot be 5 stars if it crashes. I have a lot of apps, and they don't crash.

    I'm a computer programmer, and my programs never crash once they are released. I never have regressions. Let me give you some advice to help you out.

    #1. Use a component based development approach. Create loosely coupled objects that can be tested independently.
    http://en.wikipedia.org/wiki/Loose_coupling

    #2. The objects that you create should be cohesive. Don't create objects that are random collections of data and functions.
    http://en.wikipedia.org/wiki/Cohesio...ter_science%29

    #3. Create unit tests for all your components. For C++, I like using cppunit, but i modified it to add extra features.
    http://en.wikipedia.org/wiki/Unit_test

    #4. You need to use programs like valgrind and Purify to check your code for memory corruption and memory leaks.
    http://en.wikipedia.org/wiki/Valgrind

    Hope that helps.

  2. The Following User Says Thank You to csb For This Useful Post:


Similar Threads

  1. Harg'kyth relic drop. Do you beat him w/o breaking stones to get relics?
    By Phreakazoid in forum DL General Discussion
    Replies: 10
    Last Post: 09-30-2015, 04:12 AM
  2. Harg'Kyth : DB & FA Resistant
    By Cero in forum DL General Discussion
    Replies: 31
    Last Post: 01-25-2013, 08:37 PM
  3. Lvl 31s interested in multiple Harg'kyth runs
    By TheoriginalTank in forum DL General Discussion
    Replies: 0
    Last Post: 01-25-2013, 08:05 AM
  4. Build for Harg'kyth?
    By Iaceden in forum DL General Discussion
    Replies: 12
    Last Post: 09-18-2012, 12:51 PM
  5. Dear Harg'kyth,
    By Iarabam in forum DL General Discussion
    Replies: 9
    Last Post: 09-13-2012, 11:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •