Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Vagrant logo
Popular topic
Vagrant is an open-source software product for building and maintaining portable virtual software development environments.
AI_Sudoku
Trending repository
snapcast
Trending repository
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
java-design-patterns
Trending repository
dgruntz
dgruntz commented Nov 17, 2019

As statet in the referenced tutorial Template-method Pattern Tutorial
I would add a note in the pattern description that the template method should be declared final.

To make sure that subclasses don’t override the template method, we should make it final.

And I would change the code accordingly.

App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

learn-go-with-tests
Trending repository
jbirms
jbirms commented Nov 12, 2019

Should be parallelized. Great book btw!

jbirms:learn-go-with-tests(master)$ ag paralell
concurrency.md
468:We have paralellized the part of the code that we wanted to make faster, while
cascadia-code
Trending repository
SergioMorchon
SergioMorchon commented Sep 24, 2019

Environment

Cascadia Code version number: 1909.16
Application (with version) used to display text: Visual Studio Code 1.38.1
OS platform and version: Windows 10 Pro, 18362
Screen resolution (i.e. 220dpi): 1920x1080 @ 100%

Any other software? No

Steps to reproduce

  1. Open a JavaSript file that will be used with Flow (https://flow.org/).
  2. Open the following flow f
terraform-provider-aws
Trending repository
GeorgeShort
GeorgeShort commented Dec 9, 2019

When trying to create an aws_organizations_organization with below configuration:

resource "aws_organizations_organization" "org" {
aws_service_access_principals = [
"tagpolicies.tag.amazonaws.com"
]

feature_set = "ALL"

aws_service_access_principals = ["SERVICE_CONTROL_POLICY", "TAG_POLICY"]
}

Error:
expected enabled_policy_types.0 to be one of [SERVICE_CONTROL_POLIC

metabase
Trending repository
App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

You can’t perform that action at this time.