Welcome, Guest. Please login or register.

Author Topic: Learn to program Amiga applications and games in #AmigaE  (Read 10297 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline klx300r

  • Amiga 1000+AmigaOne X1000
  • Hero Member
  • *****
  • Join Date: Sep 2007
  • Posts: 3237
  • Country: ca
  • Thanked: 19 times
  • Gender: Male
    • Show only replies by klx300r
    • http://mancave-ramblings.blogspot.ca/
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #74 from previous page: November 15, 2011, 05:54:02 AM »
one day when I have some spare time, which basically means when my kids are in universtiy and/or I retire and/or my wife stops adding to the 'todo list' I'll get into that programming book I bought back in 1993:laughing:

@ Cammy

It's nice to be young & full of enthusiasm so keep going strong with your plans and dreams and hope life doesn't catch up to you one day :-)
« Last Edit: November 15, 2011, 05:57:36 AM by klx300r »
____________________________________________________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Indivision AGA & Catweasel MK4+= Amazing
! My Master Miggies-Amiga 1000 & AmigaOne X1000 !
--- www.mancave-ramblings.blogspot.ca ---
  -AspireOS.com & Amikit- Amiga for your netbook-
***X1000- I BELIEVE *** :angel:
 

Offline fishy_fiz

  • Hero Member
  • *****
  • Join Date: Jan 2005
  • Posts: 1813
    • Show only replies by fishy_fiz
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #75 on: November 15, 2011, 06:11:06 AM »
@J-Golden

It's not so much that its great (although most people tend to like it once they delve into it), just that it's become one of the defacto gui toolkits used for amiga os, and as such a lot of software uses it for thier gui functionality.
You can run it without paying anything still, just some of the more "advanced" options arent user defnable, and as such a person will be a little more limited with what they can customise to thier liking.
Near as I can tell this is where I write something under the guise of being innocuous, but really its a pot shot at another persons/peoples choice of Amiga based systems. Unfortunately only I cant see how transparent and petty it makes me look.
 

Offline jj

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4049
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show only replies by jj
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #76 on: November 15, 2011, 09:52:09 AM »
Quote from: nicholas;667831
http://teleinfo.pb.bialystok.pl/~krashan/software/chocolate/

 
Forgot about that, will have to give it a try
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline EDanaII

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 579
    • Show only replies by EDanaII
    • http://www.EdwardGDanaII.info
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #77 on: November 15, 2011, 02:21:04 PM »
Quote from: ChaosLord;667933
Please explain me this "refactoring" concept.  What am I missing out on?!??


Refactoring is the computer engineering concept that once you are done coding your program you're still not done coding your program. It's the idea that you go back to your code, make it more efficient, easier to read, simpler to understand.

In Visual Studio, it's expressed by the ability to rename variables across projects, extract methods or interfaces from classes, encapsulate fields, remove or reorder parameters.

Basically, you "clean up" your code.
Ed.