Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / christopheradams/elixir_style_guide issues and pull requests

#213 - Update README.md

Pull Request - State: closed - Opened by stevegee1 5 months ago - 1 comment

#212 - add Thai translation

Pull Request - State: closed - Opened by tamectosphere 5 months ago - 1 comment

#211 - Broken Link

Issue - State: closed - Opened by rovf 7 months ago - 1 comment

#210 - Racionalfor choice

Issue - State: closed - Opened by leosira about 1 year ago

#209 - cómo utilizamos?

Issue - State: closed - Opened by leosira about 1 year ago

#208 - add Russian translation

Pull Request - State: closed - Opened by sofialapteva over 1 year ago - 1 comment
Labels: enhancement

#207 - Russian translation added

Pull Request - State: closed - Opened by sofialapteva over 1 year ago - 1 comment

#206 - Added Russian translation

Pull Request - State: closed - Opened by sofialapteva over 1 year ago

#205 - Add migration rules

Pull Request - State: closed - Opened by Olaleye-Blessing about 2 years ago

#204 - Clarification on multiline defs

Issue - State: open - Opened by vincent-lg about 2 years ago - 3 comments
Labels: discussion

#203 - Public / private functions rule to not encourage `do_*` pattern

Pull Request - State: closed - Opened by mracos over 2 years ago - 3 comments

#202 - Update README.md

Pull Request - State: closed - Opened by Glen-Cocoa over 2 years ago - 1 comment

#201 - Update parentheses in README

Pull Request - State: closed - Opened by deby22 about 3 years ago

#200 - Naming: Modules

Issue - State: closed - Opened by sepowitz over 3 years ago - 1 comment

#199 - Switch the order of 'require' and 'alias'

Pull Request - State: closed - Opened by TBK145 almost 4 years ago - 2 comments

#198 - Macro calls placement in a module

Issue - State: open - Opened by virtual-light almost 4 years ago - 1 comment
Labels: question

#197 - Add defmodule to order of module contents

Pull Request - State: closed - Opened by Odaeus about 4 years ago

#196 - Nested defmodule

Issue - State: closed - Opened by Odaeus about 4 years ago - 5 comments

#195 - Clarify "avoid single pipelines" in example

Pull Request - State: closed - Opened by jdenen about 4 years ago - 1 comment

#194 - Pipeline with single pipe operator for common cases like Enum.map/reduce/filter

Issue - State: closed - Opened by alexDevBR over 4 years ago - 3 comments
Labels: discussion

#193 - using pipe with only 2 functions

Issue - State: closed - Opened by sescobb27 over 4 years ago - 1 comment
Labels: question

#192 - Update spanish translation

Pull Request - State: closed - Opened by iver over 4 years ago - 5 comments

#191 - Placement of defguard?

Issue - State: closed - Opened by fireproofsocks over 4 years ago - 1 comment

#190 - Clarify addition of blank lines in case and cond expressions

Pull Request - State: closed - Opened by CraigCottingham over 4 years ago - 9 comments

#189 - new issue

Issue - State: closed - Opened by Ned-med over 4 years ago

#188 - Remove "Syntax" from table of content

Pull Request - State: closed - Opened by dorian-marchal over 4 years ago

#187 - Add i18n directory

Pull Request - State: closed - Opened by iver over 4 years ago - 3 comments

#186 - Deeply nested one-arity function calls?

Issue - State: closed - Opened by daniellizik almost 5 years ago - 2 comments
Labels: question

#185 - Fix ambiguous anchor link

Pull Request - State: closed - Opened by janpieper almost 5 years ago - 1 comment

#184 - Update macros rules

Pull Request - State: closed - Opened by gabrielpra1 almost 5 years ago - 1 comment

#183 - Add guideline for @spec + @doc

Pull Request - State: closed - Opened by moxley about 5 years ago

#182 - README.md: Add Tools link to credo_contrib

Pull Request - State: closed - Opened by xtian about 5 years ago - 3 comments

#181 - Thoughts on public/private function ordering

Issue - State: closed - Opened by AndroidOatmeal about 5 years ago - 4 comments
Labels: discussion

#180 - Improve indentation example

Pull Request - State: closed - Opened by gabrielpra1 over 5 years ago - 1 comment

#179 - Add rules for line length

Pull Request - State: closed - Opened by christopheradams over 5 years ago

#178 - Make testing assertion order more strict

Pull Request - State: closed - Opened by christopheradams over 5 years ago

#177 - Add a note about using parentheses to avoid errors in IEx

Pull Request - State: closed - Opened by mtarnovan over 5 years ago - 2 comments

#176 - Remove unused links

Pull Request - State: closed - Opened by bryanenders over 5 years ago

#175 - Remove unused links

Pull Request - State: closed - Opened by bryanenders over 5 years ago

#174 - Create a separate formatting section

Pull Request - State: closed - Opened by christopheradams over 5 years ago

#173 - Suggestion on Module Attribute Ordering

Issue - State: closed - Opened by mustafaturan about 6 years ago - 1 comment
Labels: duplicate

#172 - Guidelines on keyward arguments with 1-arity functions

Pull Request - State: closed - Opened by davecummings over 6 years ago

#170 - @module_attribute should be moved higher in Module attribute ordering

Issue - State: closed - Opened by anthonator over 6 years ago - 1 comment

#169 - Missing a section about maps

Issue - State: closed - Opened by lobo-tuerto over 6 years ago - 5 comments
Labels: enhancement

#168 - Add defp override rule

Pull Request - State: closed - Opened by davecummings over 6 years ago

#167 - Does the formatter make this obsolete?

Issue - State: closed - Opened by corroded over 6 years ago - 3 comments

#166 - Added French version

Pull Request - State: closed - Opened by ronanboiteau over 6 years ago - 1 comment

#165 - Always use with-clauses with block syntax

Pull Request - State: closed - Opened by bottlenecked over 6 years ago - 1 comment

#164 - Add Chinese simplified version

Pull Request - State: closed - Opened by geekerzp over 6 years ago - 1 comment

#163 - Add Chinese simplified version

Pull Request - State: closed - Opened by geekerzp over 6 years ago

#162 - Add preference for long args/`when` in methods?

Issue - State: closed - Opened by dylan-chong almost 7 years ago - 3 comments

#161 - camelCase vs PascalCase

Issue - State: closed - Opened by bjunc almost 7 years ago - 3 comments

#160 - Module naming with singular vs plural parent directory

Issue - State: open - Opened by anthonator almost 7 years ago - 1 comment
Labels: enhancement, help wanted

#159 - Follow new formatter style

Pull Request - State: closed - Opened by christopheradams almost 7 years ago - 1 comment

#158 - Update rules to follow the new Elixir code formatter

Issue - State: closed - Opened by christopheradams almost 7 years ago

#157 - More guidance for indenting, aligning in case statements.

Issue - State: closed - Opened by raarts almost 7 years ago - 3 comments

#156 - Pipe styling and debugging troubles

Issue - State: closed - Opened by zcotter about 7 years ago - 1 comment

#155 - Added rule for including default values in defdelegate

Pull Request - State: closed - Opened by shengwu about 7 years ago - 3 comments

#154 - Function return pattern

Issue - State: closed - Opened by CatTail about 7 years ago - 2 comments

#153 - Add link to Brazilian Portuguese translation

Pull Request - State: closed - Opened by gusaiani over 7 years ago - 1 comment

#152 - Switch to hard tabs from recommended 2-spaces

Issue - State: closed - Opened by jononomo over 7 years ago - 6 comments

#151 - "You should only have one top-level namespace and it should be the name of the application"

Issue - State: open - Opened by Qqwy over 7 years ago - 1 comment
Labels: question, discussion

#150 - Elixir Style Guide in pt_BR underway

Issue - State: closed - Opened by gusaiani over 7 years ago - 2 comments

#149 - Add parentheses to function calls with pipe

Pull Request - State: closed - Opened by arialblack14 over 7 years ago - 8 comments

#148 - Add link for Spanish translation

Pull Request - State: closed - Opened by albertoalmagro over 7 years ago - 1 comment

#147 - Spanish translation

Issue - State: closed - Opened by albertoalmagro over 7 years ago - 3 comments

#146 - Add rule for multiline list bracket placement

Pull Request - State: closed - Opened by christopheradams over 7 years ago

#145 - Add rules for Keyword syntax

Pull Request - State: closed - Opened by christopheradams over 7 years ago - 2 comments

#144 - function, pipe and the ()

Issue - State: closed - Opened by GildedHonour over 7 years ago - 7 comments
Labels: help wanted

#143 - How do we use this style guide in an automated way?

Issue - State: open - Opened by sergiotapia over 7 years ago - 12 comments
Labels: question

#142 - Put union type separator at end of line

Pull Request - State: closed - Opened by christopheradams over 7 years ago - 3 comments

#141 - `Alias` should have higher priority then `use` and `import`

Issue - State: closed - Opened by virtual-light over 7 years ago - 12 comments
Labels: discussion

#140 - Adds @callback, @macrocallback and @optional_callbacks guides

Pull Request - State: closed - Opened by rhruiz over 7 years ago - 2 comments

#139 - @callback in module attributes

Issue - State: closed - Opened by rhruiz over 7 years ago - 2 comments

#138 - Add rule for blank lines after multiline assignment

Pull Request - State: closed - Opened by corroded over 7 years ago - 3 comments
Labels: enhancement

#137 - Added project board link to contributing readme

Pull Request - State: closed - Opened by corroded over 7 years ago
Labels: enhancement

#136 - Added avoid repeating module name rule

Pull Request - State: closed - Opened by corroded over 7 years ago - 5 comments
Labels: enhancement

#135 - Make anchor link to work

Pull Request - State: closed - Opened by kenichirow over 7 years ago

#134 - Revise comments section

Pull Request - State: closed - Opened by christopheradams over 7 years ago

#133 - comment annotation examples

Issue - State: closed - Opened by nhooyr over 7 years ago - 5 comments

#132 - Brackets for multiline lists

Issue - State: closed - Opened by iskeld over 7 years ago - 8 comments
Labels: enhancement

#131 - Fix @type in `naming-main-types`

Pull Request - State: closed - Opened by jclem over 7 years ago - 2 comments

#130 - Adds reference to Elixir 1.4's warnings of parentheses+zero-arity functions

Pull Request - State: closed - Opened by Qqwy almost 8 years ago - 1 comment

#129 - Add translations section

Pull Request - State: closed - Opened by christopheradams almost 8 years ago

#128 - Add Alternative Style Guides

Pull Request - State: closed - Opened by eksperimental almost 8 years ago

#127 - unify term

Pull Request - State: closed - Opened by marocchino almost 8 years ago

#126 - Expand alternative style guide links section

Issue - State: closed - Opened by christopheradams almost 8 years ago
Labels: enhancement, help wanted

#125 - Add translations section

Issue - State: closed - Opened by christopheradams almost 8 years ago - 7 comments
Labels: enhancement

#118 - Keyword Wrapping (`[]` Brackets)

Issue - State: closed - Opened by DavidAntaramian almost 8 years ago - 3 comments
Labels: enhancement, question, help wanted

#117 - Rationale for choices

Issue - State: open - Opened by DavidAntaramian almost 8 years ago - 8 comments
Labels: question, discussion

#103 - Multiline pipeline syntax

Issue - State: closed - Opened by syamilmj about 8 years ago - 3 comments

#102 - Avoid repeating "name fragments" in module names

Issue - State: closed - Opened by 4ZM about 8 years ago - 3 comments
Labels: enhancement

#97 - What to do for module names having back-to-back acronyms?

Issue - State: closed - Opened by josdotso about 8 years ago - 1 comment
Labels: question

#89 - functions with long guard clause

Issue - State: closed - Opened by ins429 over 8 years ago - 22 comments
Labels: wontfix

#84 - Best practice: How and where to put protocols and their implementation?

Issue - State: open - Opened by falti over 8 years ago - 8 comments
Labels: enhancement, question, help wanted, discussion

#75 - Using singular or plural when naming a nested directory

Issue - State: closed - Opened by miskolc over 8 years ago - 1 comment
Labels: question

#74 - When should partials be used?

Issue - State: closed - Opened by frojasg almost 9 years ago - 5 comments
Labels: enhancement, help wanted, in progress

#70 - EditorConfig

Issue - State: closed - Opened by eksperimental almost 9 years ago - 13 comments
Labels: enhancement, wontfix

#67 - Naming functions with verbs

Issue - State: closed - Opened by maxim almost 9 years ago - 2 comments
Labels: wontfix, discussion