Topic CrossConnect
Άγγελος Οικονομόπουλος
aoiko at cc.ece.ntua.gr
Thu Oct 3 12:19:01 EEST 2002
On Thursday 03 October 2002 11:54, Panos wrote:
> >On Thursday 03 October 2002 10:42, Christos Ricudis wrote:
> >
> >
> >> Bebaia, in a second thought, nomizw oti isws 8a protimousa to
> >> Hungarian
notation apo keinh th glwssa sthn opoia gia na kaneis aycto
> >> :
> >> if ((fp=fopen("file","r"))==NULL) return(1);
> >>
> >> grafeis :
> >>
> >> try {
> >> File inputFile = new File("file");
> >> FileInputStream inputStream = new FileInputStream(inputFile);
> >> } catch (FileNotFoundException e) { return; }
> >>
> >> (nai, akribws, AYTHN lew)
> >
> >
>
>
> Το αιώνιο σύμπλεγμα κατωτερότητας των C/C++ προγραμματιστών έναντι
to idio pragma se C++ me iostreams to exeis dei pote h milas me bash to pws
fantazesai oti 8a moiazei?
> αυτών της Java. Τι φόβόσαστε
ρε παιδιά, μη σας φάμε τις δουλειές σας;
> Αλλά είπαμε, όποιος έχει τη μύγα μυγιάζεται.
an8rwpos agrammatos, 3ulo apelekhto. toulaxiston _auth_ h paroimia kolaei
edw pera.
[snip]
> ή ακόμα πιο εύκολα...
>
> public int openFileForInput() throws FileNotFoundException
> {
> if ( new FileInputStream(new File("file")) == null ) return 1;
>
> ή
>
> return ( new FileInputStream(new File("file")) == null? 0 : 1);
> }
>
> όχι ότι συνηγορώ με το παραπάνω, είμαι κατά της δήλωσης εξαιρέσεων στην
> δήλωση της μεθόδου και
κατά του ternary operator (κυρίως για θέμα
> καθαρότητας), απλώς να δείξω καιέναν άλλο τρόπο.
(me ton kinduno na perasw gia perl programmer)
metra xarakthres:
if(!fopen("file")) return 1;
--
Don't compare floating point numbers just for equality.
- The Elements of Programming Style (Kernighan & Plaugher)
More information about the Linux-greek-users
mailing list