☆ Yσɠƚԋσʂ ☆ to Programmer Humor · 3 years agofinally there is a perfect monitor for Java programmersimagemessage-square18fedilinkarrow-up1215arrow-down15cross-posted to: programmer_humor@programming.dev
arrow-up1210arrow-down1imagefinally there is a perfect monitor for Java programmers☆ Yσɠƚԋσʂ ☆ to Programmer Humor · 3 years agomessage-square18fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareremramlinkfedilinkarrow-up4·edit-23 years agoI think they just repeat the same sequence multiple times instead of using variables: oreAncillaryProductInfo.setSeatRequestTransactionId( sabreEnhancedBookResponse.getEnhancedHotelBookRS().getTravelItineraryRead().getTravelItinerary().getOpenReservationElements().getOpenReservationElement().get(i).getAncillaryProduct().getXmlData() .getAncillaryServiceData().getSeatRequestTransactionID()); oreAncillaryProductInfo.setPaperDocRequired( sabreEnhancedBookResponse.getEnhancedHotelBookRS().getTravelItineraryRead().getTravelItinerary().getOpenReservationElements().getOpenReservationElement().get(i).getAncillaryProduct().getXmlData() .getAncillaryServiceData().getPaperDocRequired()); … No idiomatic use of Rust (or Java) would yield this code. In any case, in both Java and Rust whitespace doesn’t matter so you can make those lines shorter even when writing functional-style code.
I think they just repeat the same sequence multiple times instead of using variables:
No idiomatic use of Rust (or Java) would yield this code. In any case, in both Java and Rust whitespace doesn’t matter so you can make those lines shorter even when writing functional-style code.