Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
type juggling
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Roedy Green  
View profile  
 More options Dec 7 2011, 9:43 am
Newsgroups: comp.lang.java.advocacy
From: Roedy Green <see_webs...@mindprod.com.invalid>
Date: Wed, 07 Dec 2011 06:43:30 -0800
Local: Wed, Dec 7 2011 9:43 am
Subject: type juggling
Have you noticed how much coding is just type converting to get data
into the form wanted my some method?

e.g  Date vs long vs Calendar

String vs File vs absolute name, just name, just extension, webroot
relative name

String vs Font

hex int vs String vs Color object

You have a great pile of things to plug into each other, and a pile of
possible adapters.  You have to get the tabs inserted.

Imagine a tool that:

1, used spell check logic to match pieces to see what is supposed to
plug into what.

2. that provided the needed adapter logic.

3. that adjusted scopes or passed parameters or provided methods so
that the information you need at a given point is available, while
generally keeping things a private as possible.

4. that when you use a method, it guesses the likely things you would
put there and normally all you have to do is click to confirm its
first choice.

You use this beast to block out the code, then you polish it the
conventional way.
--
Roedy Green Canadian Mind Products
http://mindprod.com
For me, the appeal of computer programming is that
even though I am quite a klutz,
I can still produce something, in a sense
perfect, because the computer gives me as many
chances as I please to get it right.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joerg Meier  
View profile  
 More options Dec 7 2011, 10:48 am
Newsgroups: comp.lang.java.advocacy
From: Joerg Meier <joergmme...@arcor.de>
Date: Wed, 7 Dec 2011 16:48:41 +0100
Local: Wed, Dec 7 2011 10:48 am
Subject: Re: type juggling

It sounds like you should check out PHP or a similar weakly typed language.

Liebe Gruesse,
                Joerg

--
Ich lese meine Emails nicht, replies to Email bleiben also leider
ungelesen.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »