• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Practical Design Patterns for Java Developers:other languages

 
Greenhorn
Posts: 21
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know it's a tad of an odd question given the title of the book, but which other languages do you like to use to experiment with certain patterns?
 
Author
Posts: 14
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
These are very good questions! Although my heart beats Java, I also use other laguess like Kotlin, Scala, Python, C, Groovy, scripting languages and etc.. I have also used Cobol for around 4 years. However, the challenge remains how to create sustainable code that is not only good for users, but also elegantly leverages the underlying platform. That said, I actively use patterns that may also vary slightly depending on the language. It is good to realize where the limits of the offered solution are or whether it is within the limits. IMHO: all of OOP, FP included as it's the subset of OOP paradigm share creational, structural or behavioural patterns there for there are similarities in implementing most of patterns.  IMHO: Cobol is business oriented language with strong focus on storing data in particular data resource and pretty challenging to test, it requires to a discipling in coding and following agreed concepts.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic