Skip to content
#

guidelines

Here are 369 public repositories matching this topic...

brundozer
brundozer commented Jan 31, 2018

In 1.2, we can read the following:

You can use --autosquash to squash all your commits to a single commit. Nobody wants many commits for a single feature in develop branch. read more...

I think that asserting that nobody wants that is a fallacy. There are good reasons for which you would want to keep those commits separated even in develop branch:

  • know what the reason of a change wa
mk12
mk12 commented Dec 11, 2018

I love base16, but it took me a long time to figure out what's useful about it. For me, the killer feature is being able to configure things once -- either with a base16 plugin like for vim, or just sticking to the 8 ANSI colors for simpler things like tmux -- and then switch color themes in everything with a single click in my terminal emulator preferences. It all immediately updates, even in v

tkrop
tkrop commented Mar 27, 2020

When looking on how services usually handle variations of paths, we can see big differences between different frameworks and service implementations, which is not reflected in the API specification but has a negative impact on predictability of the behavior of an API and the way how it is or can be used. The keyword here is request path normalization, i.e.

  1. How are adjacent slashes in a reque
profetasajt
profetasajt commented Jul 25, 2018

Examples in no_if erl have different conditions betwen bad/1 and better/1, good/1. It needs to correct and extend.

bad(Connection) ->
  {Transport, Version} = other_place:get_http_params(),
  if
    Transport =/= cowboy_spdy, Version =:= 'HTTP/1.1' ->
      [{<<"connection">>, utils:atom_to_connection(Connection)}];
    true ->
      []
  end.

davidak
davidak commented Oct 15, 2018

The current editable template is a great start. It's right there and you just have to edit it, like you do with your README.md in your editor. (That's a little nerdy, but not elitist, so i would keep that design. I think programmers love it!) You don't have to install anything and have a preview next to it.

We should extend it in a way so it still feels this lightwight.

I like the idea to ha

Improve this page

Add a description, image, and links to the guidelines topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the guidelines topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.