Lobsters
- Template Method Pattern Revised (2018) http://rcardin.github.io/design/programming/2018/04/02/template-method-pattern-revised.html 2 comments scala
- Are there any gems that use template method design pattern? https://refactoring.guru/design-patterns/template-method 9 comments ruby
- Is there a way to make generic template method with Rust? https://play.rust-lang.org/?edition=2018&gist=e9862ad4636651c10cf425b0b4df328c&mode=debug&version=stable 12 comments rust
- Template Method Pattern http://zoranpavlovic.net/template-method-pattern/ 3 comments java
- Patterns I Hate #2: Template Method http://tech.puredanger.com/2007/07/03/pattern-hate-template/ 20 comments programming
- Middleware: Pipeline Formation with Template Method https://wingla.ng/middleware-pt-two 2 comments programming
- Best method of creating shopping cart templates for both mobile and desktop. https://www.reddit.com/r/webdev/comments/6nfw8h/best_method_of_creating_shopping_cart_templates/ 5 comments webdev
- Stateless Angular components, pure templates using .component() method, no Controllers https://toddmotto.com/stateless-angular-components 23 comments angularjs
- Template Method Pattern in Ruby http://gespinosa.org/2015/template-method-pattern-in-ruby/ 15 comments ruby
- Pattern to pattern: Template Method & Strategy http://rubylogs.com/pattern-to-pattern-template-method-and-strategy/ 4 comments ruby
- The Old New Thing: In a C++ class template specialization, how can I call the unspecialized version of a method? https://devblogs.microsoft.com/oldnewthing/20250116-00/?p=110773 3 comments cpp
- Calling single-argument methods in Django templates http://www.stavros.io/posts/function-calls-in-django-templates/ 10 comments django
- My Vue/Nuxt/Bulma/Passport boilerplate now has a demo website! Google/Twitter & regular email/password auth, Bulma based UI, automatic HTTPS certificate generation, auth method merging, and more! Based on the nuxt-community express-template for ease of comparison & use. Feedback is welcome! https://github.com/Scharkee/vue-nuxt-passport-bulma-express-boiler 6 comments vuejs
- git-journal 0.6.0 adds a lots of new features, like: commit hash links, multi processing, custom header/footer, template generation, sorting methods and many more https://github.com/saschagrunert/git-journal/releases 6 comments rust
- A method of storing template partials in localStorage and prevent unnecessary calls to the server https://github.com/hitsuji/local-storage-cache-factory 10 comments angularjs
- ActionView::Template::Error: undefined method `host' for nil:NilClass with `render_to_string` method https://www.reddit.com/r/rails/comments/7aa04y/actionviewtemplateerror_undefined_method_host_for/ 7 comments rails
- Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more. https://manifold.systems/ 76 comments java
- Researchers develop a method for creating optically active polymers using a helical liquid crystal template, which may allow for future computer and TV displays to operate based on circularly polarized light. This approach may help lower the cost of smart displays https://www.tsukuba.ac.jp/en/research-news/20220608140000.html 13 comments science
- New method for creating optically active polymers using a helical liquid crystal template, which may allow for future computer and TV displays to operate based on circularly polarized light. Future applications of this process may include cheaper and more energy efficient electronic displays. https://www.tsukuba.ac.jp/en/research-news/20220608140000.html 2 comments science
- szLogVar::variant: A C++17 variant that stores a binary tree of types inside a union. O(log N) recursive template instantiation depth. Features get_unchecked, a noexcept get method without checking index. https://github.com/stevezhangsz/variant 12 comments cpp
- Researchers create a method to test for nuclear disarmament by using a concept that leverages isotope-specific nuclear resonance phenomena to authenticate a warhead’s fissile components by comparing them to a previously authenticated template. https://www.nature.com/articles/s41467-018-03680-4 6 comments science
- [C++11] Am I stupid for not knowing this was possible? Static method declarations can be used to create value typedefs from pointer-like template parameters. https://cpplinq.codeplex.com/SourceControl/latest#CppLinq/cpplinq.hpp 10 comments cpp
- New method for making polymers with perfectly controlled length. There are no templates, protecting groups, or intermediate purifications. The method uses temperature control to turn over a catalytic cycle. Could be big in polymer synthesis. https://pubs.acs.org/doi/10.1021/jacs.9b08240 15 comments science
- Having difficulty making my sub-classes follow a strict template, where it always has to have three static methods. Have tried making the parent class an abstract class and an interface. Is there any way to enforce a template of static methods from a parent class on all sub-classes? https://www.reddit.com/r/typescript/comments/a4ufmw/having_difficulty_making_my_subclasses_follow_a/ 5 comments typescript