#codingconventions 搜尋結果

Why is it more likely to have Coding Conventions than Communication Conventions? #agile #CodingConventions #CommunicationConventions

udowiegaertner's tweet image. Why is it more likely to have
Coding Conventions than
Communication Conventions?
#agile #CodingConventions #CommunicationConventions

Over the years, I've seen my fair share of heated debates about #codingconventions—how to layout code, the maximum length of a line, the spacing between braces and parentheses, when to use a line break, and many more details like that. I've also been guilty of spending time…

ddoomen's tweet image. Over the years, I've seen my fair share of heated debates about #codingconventions—how to layout code, the maximum length of a line, the spacing between braces and parentheses, when to use a line break, and many more details like that. I've also been guilty of spending time…

תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו? 👇 #codingconventions #coding #programming #softwaredevelopment #devops #cyber

InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber

Coding conventions made easy: how to configure your #codingconventions in your IDE and manage your #codequality bit.ly/2tFNJFo

beforeach's tweet image. Coding conventions made easy: how to configure your #codingconventions in your IDE and manage your #codequality bit.ly/2tFNJFo

I just finished my new post "3 Good and Bad Ways to Write Team #CodingStandards and Conventions" It contains a remote-friendly method to agree on team coding conventions that might be useful in current times buff.ly/3a4LFLo #CodingConventions #MobProgramming #remotework

pbourgau's tweet image. I just finished my new post "3 Good and Bad Ways to Write Team #CodingStandards and Conventions" It contains a remote-friendly method to agree on team coding conventions that might be useful in current times  buff.ly/3a4LFLo #CodingConventions #MobProgramming #remotework

Just found a 42 letter class name in some code. Frightening. #codingconventions


"...it is only important that we are consistent and stay fairly close to what most of the Java community does". #codingconventions


We should maintain Java Coding Standards. #CodingConventions


No matter what style you have, keep it consistent. #newprogrammers #codingconventions


Underscore means it’s a private account. #CodingConventions


#CodingConventions 1. Avoid naming a variable and an object with the same name case. example: var FormData = new FormData();


I get headache when reading sloppy formatted code. #java #codingconventions


I should get used to naming_my_variables_like_this. #PEP8 #codingconventions


Definitely context-dependent, @shahzadahmad246. I use camelCase for JavaScript, PascalCase for class names, and snake_case for Python. What about you? #CodingConventions #DevTalk


Honestly, I can barely look at that code, it just hurts. Although it violates my freedom of speech sensibility, I'm glad to see Go takes the issue seriously (although again, a compile time error seems overreaching). #codingconventions

Placing the opening brace of a function block on a separate line is so *obviously* incorrect that it's a compile error in Go. Apparently the C++ AND the C# people didn't get the memo: cplusplus.com/doc/tutorial/p…

jaymcgavren's tweet image. Placing the opening brace of a function block on a separate line is so *obviously* incorrect that it's a compile error in Go.
Apparently the C++ AND the C# people didn't get the memo: cplusplus.com/doc/tutorial/p…


Over the years, I've seen my fair share of heated debates about #codingconventions—how to layout code, the maximum length of a line, the spacing between braces and parentheses, when to use a line break, and many more details like that. I've also been guilty of spending time…

ddoomen's tweet image. Over the years, I've seen my fair share of heated debates about #codingconventions—how to layout code, the maximum length of a line, the spacing between braces and parentheses, when to use a line break, and many more details like that. I've also been guilty of spending time…

🧰 Software devs, got naming conventions covered! From Snake Case to Macro Case, each has specific uses across languages, maintaining code consistency and readability. Thanks Michael Lang for the insights! #SoftwareDevelopment #CodingConventions #Programift.tt/GkrPUc0

dev.to

What's in a name?

Me: Yo, bot. I need a cheatsheet because I'm bouncing between Ruby, Go, and JavaScript a lot in my...


"Are parentheses necessary in Ruby method definitions? Koichi Sasada, a Ruby interpreter developer, shares his surprising findings from a survey of actual Ruby code. Only 5% omit parentheses, defying coding conventions. #Ruby #CodingConventions #RubyKaigift.tt/aozftnG

dev.to

Am I the only one who doesn't put parentheses around the parameters in Ruby method definitions?

I'm Koichi, a Ruby interpreter developer in the Technology Division at STORES, Inc. And I'm looking...


Why pluralize? It's about convention and readability. When you see "Users" or "Posts", it intuitively represents collections of these entities. This naming strategy helps developers manage data more logically. 🧠 #DatabaseDesign #CodingConventions


Definitely context-dependent, @shahzadahmad246. I use camelCase for JavaScript, PascalCase for class names, and snake_case for Python. What about you? #CodingConventions #DevTalk


Curious about suffix conventions in data handling. Ever seen something like 'mytable_pdf' for pandas data frames, 'mytable_sdf' for Spark, or 'mytable_ddf' for dynamic frames in Glue? What's your take on this naming strategy? #DataScience #CodingConventions #DataFrame


Rust tip: 🐍 Embrace the snake_case naming convention for variables. Use lowercase and replace spaces with underscores. If you ever forget, Clippy's got your back! 🐍🦉 #RustLang #CodingConventions #Clippy


That's beautiful question. isn't it Consistency in coding styles is the key to a harmonious codebase. Just as a well-orchestrated symphony follows a single conductor, a unified coding style leads to smoother collaboration among developers. #CodingConventions #ReactDevelopment

Why do so many React developers do this? When they can do this?

housecor's tweet image. Why do so many React developers do this?

When they can do this?
housecor's tweet image. Why do so many React developers do this?

When they can do this?


תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו? 👇 #codingconventions #coding #programming #softwaredevelopment #devops #cyber

InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber

(g+) Coding Conventions: Code-Chaos vermeiden #CodingConventions glm.io/174874?s


外見上コードが長くなっても、構造がわかりやすい書き方の方がメンテしやすいってことかな。 #VBA #ChatGPT #CodingConventions


hackernoon: Agreements are an essential part of software development. They lower development costs and make developers' lives easier. But there is a problem.. - by @il_menshikov hackernoon.com/save-yourself-… #softwarearchitecture #codingconventions


腕力に任せて一行に超絶複雑なコードを詰め込むよりも,変数やユーザー定義関数を用いて認知しやすい単位に処理を分割した方が見やすくメンテしやすいコードが書ける。 ワークシート上の数式なら一部の例外を除いてそうはいかないけどね。 #そりゃそう #CodingConventions #VBA #Excel


A well-written script makes for easier maintenance, increases the overall quality of the solution and is an investment in the future. Read all about it in our Qlik Sense Coding Conventions! #CodingConventions #QlikSense #CodeQuality #sharingknowledge #coding @Qlik @BitmetricBV

Readable and consistent #QlikSense script is very important to lessen the maintenance effort for your @Qlik environment. Our colleague @vmfhayward shares with you our Qlik Sense Coding Conventions. qlikfix.com/2021/12/06/bit…

BitmetricBV's tweet image. Readable and consistent #QlikSense script is very important to lessen the maintenance effort for your @Qlik environment. Our colleague @vmfhayward shares with you our Qlik Sense Coding Conventions. qlikfix.com/2021/12/06/bit…


未找到 "#codingconventions" 的結果

תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו? 👇 #codingconventions #coding #programming #softwaredevelopment #devops #cyber

InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber
InfinitylabsRnD's tweet image. תקנים אלו נועדו לתת מבנה עקבי בו המתכנתים יכתבו ויעצבו את הקוד, דבר שיכול להקל על שיתוף הפעולה בין אנשי הצוות, למזער שגיאות קידוד ובאגים נפוצים, ולשפר את איכות התוכנה. אז מהם בעצם העקרונות האלו?
👇

#codingconventions #coding #programming #softwaredevelopment #devops #cyber

Does your team use coding conventions? Do they match IntelliTect's? @kitokeboo details the importance of #codingguidelines in his intro to coding conventions. Read it here: intellitect.com/demystifying-c… IntelliTect's Guidelines: intellitect.github.io/CodingGuidelin… #codingconventions

IntelliTect's tweet image. Does your team use coding conventions? Do they match IntelliTect's? 

@kitokeboo details the importance of #codingguidelines in his intro to coding conventions. Read it here: intellitect.com/demystifying-c…

IntelliTect's Guidelines: intellitect.github.io/CodingGuidelin…
#codingconventions

Over the years, I've seen my fair share of heated debates about #codingconventions—how to layout code, the maximum length of a line, the spacing between braces and parentheses, when to use a line break, and many more details like that. I've also been guilty of spending time…

ddoomen's tweet image. Over the years, I've seen my fair share of heated debates about #codingconventions—how to layout code, the maximum length of a line, the spacing between braces and parentheses, when to use a line break, and many more details like that. I've also been guilty of spending time…

Why is it more likely to have Coding Conventions than Communication Conventions? #agile #CodingConventions #CommunicationConventions

udowiegaertner's tweet image. Why is it more likely to have
Coding Conventions than
Communication Conventions?
#agile #CodingConventions #CommunicationConventions

Coding conventions made easy: how to configure your #codingconventions in your IDE and manage your #codequality bit.ly/2tFNJFo

beforeach's tweet image. Coding conventions made easy: how to configure your #codingconventions in your IDE and manage your #codequality bit.ly/2tFNJFo

I just finished my new post "3 Good and Bad Ways to Write Team #CodingStandards and Conventions" It contains a remote-friendly method to agree on team coding conventions that might be useful in current times buff.ly/3a4LFLo #CodingConventions #MobProgramming #remotework

pbourgau's tweet image. I just finished my new post "3 Good and Bad Ways to Write Team #CodingStandards and Conventions" It contains a remote-friendly method to agree on team coding conventions that might be useful in current times  buff.ly/3a4LFLo #CodingConventions #MobProgramming #remotework

Loading...

Something went wrong.


Something went wrong.


United States Trends