Sarah Withee
Sarah Withee
# Description Classes for Bash aren't presently on Code Thesaurus. This issue is to add that concept to the system. # Directions * On the home page, on the right...
# Description Classes for Ada aren't presently on Code Thesaurus. This issue is to add that concept to the system. # Directions * On the home page, on the right...
## Description In the Functions meta language, there's descriptions of a variety of functions and how they take in parameters and how they return things. There's a few descriptions for...
# Description Languages like Python and Ruby have the ability to add conditionals to the end of statements, like: `return if arg.nil?` Add this into control_structures.json file
# Description In the functions structures, in languages like Ruby, you can add in executable code as a function argument: ``` def map(&block) result = [] each do |item| result
# Description Functions for Java aren't presently on Code Thesaurus. This issue is to add that concept to the system. # Requirements * Copy `web/thesauruses/_meta/functions.json` to the `web/thesauruses/java/` directory *...
# Language Likely all of them # Wrong Field(s) Most languages usually use something along the lines of the operator in between two operands (i.e. `a + b`). Not all...
# Description In some languages, the idea of a function (group of code given input that returns some output) and a subroutine (a callable block of code to do a...
# Background Data types are a "concept" in Code Thesaurus that shows mostly simpler data types. I think enums are things in a lot of languages, and could be added...
# Language Meta language structure file # Wrong Field(s) There are fields to format integers and decimals. However, in C you can format those in multiple ways since you format...