[
https://issues.apache.org/jira/browse/MESOS-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14482524#comment-14482524
]
haosdent commented on MESOS-2576:
---------------------------------
[~jvanremoortere] Thank you for your help. I am not familiar with the workflow
of mesos before. Let me try other accepted issues. Thank you very much again.
> Camel-case libprocess variable and method names
> -----------------------------------------------
>
> Key: MESOS-2576
> URL: https://issues.apache.org/jira/browse/MESOS-2576
> Project: Mesos
> Issue Type: Improvement
> Components: technical debt
> Reporter: Niklas Quarfot Nielsen
> Priority: Trivial
> Attachments: MESOS-2576_sample.diff
>
>
> We should make naming consistent in libprocess and have it follow our style
> guide.
> For example:
> {code}
> void send_connect(
> const Future<Nothing>& future,
> Socket* socket,
> Message* message)
> {
> if (future.isDiscarded() || future.isFailed()) {
> if (future.isFailed()) {
> VLOG(1) << "Failed to send '" << message->name << "' to '"
> << message->to.address << "', connect: " << future.failure();
> }
> socket_manager->close(*socket);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)