Slashdot Mirror


User: kaian

kaian's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:"I have no clue how to write a good one." on GUI Design Book Recommendations? · · Score: 1

    Doesn't matter, neither does anyone else.
    There is one important rule in creating a GUI: follow the same design principles as the target OS and applications with similar functionality as yours. That's a strange couple of sentences to string together...

    I've found that really understanding the situation(s) the program will be used in is fundamental. Good user interfaces just fit with the situation, and feels second nature. Too many toss inn all the info and controls that they can into each window, where a better understanding of what the user need in each scenario would allow to remove most of it alltogether.

    Also, consistency is king. So do adhere to good recognisible style.
  2. Re:The rise of Erlang and Haskell? on Faster Chips Are Leaving Programmers in Their Dust · · Score: 1

    If you know Haskell and Erlang, please comment: do those languages bring enough power or convenience for concurrency that they will rise in popularity? They provide power and convenience, but was that ever enough to gain popularity? Still, functional languages do seem to gain in popularity, and for good reasons. They provide good answers to both concurrency and a lot of other problems that haunt imperative oo programming.